Tagged Questions

3
votes
1answer
889 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 ...
0
votes
2answers
91 views

Javascript native sort method code

Any idea how I can view the implementation of native javascript methods specifically the sort method. The reason why I am looking for this I am just wondering what the algorithm used is and what is ...