Hacker News new | ask | show | jobs
Monkey-patch madness in JS (blog.getjaco.com)
4 points by BlueHotDog2 3578 days ago
1 comments

One method could be writing ES5 define property for the methods you depend on, to make sure they are not modified.
Interesting idea! You could configure it to be non writable.

Unfortunately there is a big downside - as a third party plugin you're not really allowed to destructively change the hosted environment.