Hacker News new | past | comments | ask | show | jobs | submit login

Let's see how long it takes before the offender finds out about this. I'm all for changing the company's description text to tell the full story as well.

Maybe do it in Spanish(?) rather than English.




Can't do anything about the text. That's in the HTML which is on their server. I just have the JS file that controls the image loading.


You have access to jquery AND your script loads in the head. I think $(document).ready(function () { $('[id*="details_"] .body').html('El propietario del sitio es robar el contenido literal de mi sitio: http://socketstudios.com. Si usted hace negocios con esta persona, usted va a tener un mal momento.'); })


But you can do stuff with the text! You can manipulate the DOM, yes? And your script displays it in the first place.


Indeed. You can basically change the site to whatever you want.

Changing the text in those boxes should be as simple as adding this to your javascript file.

$('#details .body').html("This guy ripped off my site!")


Right enough. Too late now though.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: