Hacker News new | ask | show | jobs
by bumblebird 6033 days ago

  <script>
   oldalert = window.alert;
   window.alert = function() {};
  </script>
  <script src="http://json.org/json.js"></script>
  <script>
   window.alert = oldalert;
  </script>
3 comments

If someone knows enough to do that, they probably also know to copy the file onto their own server.
Heh. I didn't know you could do that.
Crockford would then reply with: (inside his js file)

  window.location = "http://www.meatspin.com"; //that'll teach em