Tagged Questions
3
votes
1answer
890 views
Overwriting Native Methods in Javascript
I'm doing some analysis of some Javascript and I want to keep javascript enabled, but disable all alert() boxes and self.location redirects.
Currently I'm using a regex proxy, but that seems like ...