Search found 2 matches
- Sun Jun 05, 2011 6:13 pm
- Forum: NoScript General
- Topic: Block IFrames JS Code
- Replies: 2
- Views: 3848
Re: Block IFrames JS Code
Thanks for the info. Then I have to disable IFrame creation. I use a code to overwrite XMLHttprequests (and to filter them). Maybe this is an additional feature for NoScript, so I post it here: XMLHttpRequest.prototype.oldOpen = XMLHttpRequest.prototype.open; var newOpen = function(method, url, asyn...
- Fri Jun 03, 2011 11:31 pm
- Forum: NoScript General
- Topic: Block IFrames JS Code
- Replies: 2
- Views: 3848
Block IFrames JS Code
Hello, I've read about NoScript's ability to block IFrames. I desperately try to do this for Opera, however I want to filter them, based on the URL. However, I couldn't find a way to block the IFrame before it opens the specified source URL. Is NoScript able to do this? Could someone tell me where I...