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

And a single, one-time fix takes care of everyone.



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


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




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

Search: