Hacker News new | ask | show | jobs
by TazeTSchnitzel 5159 days ago
But you can do stuff with the text! You can manipulate the DOM, yes? And your script displays it in the first place.
1 comments

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.