Hacker News new | ask | show | jobs
by SocketStudios 5159 days ago
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.
2 comments

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.