When using the surrogate script feature, what is the format for the exceptions?
I know I can include a regular expression but can I include more than one regular expression? Like a list of sites?
Search found 3 matches
- Sat Jul 30, 2011 7:18 pm
- Forum: NoScript Support
- Topic: Surrogate exceptions?
- Replies: 0
- Views: 1296
- Wed Jun 02, 2010 11:05 pm
- Forum: NoScript Development
- Topic: JavaScript engine interception?
- Replies: 2
- Views: 1653
Re: JavaScript engine interception?
I am guessing I can therefore change noscript.surrogate.popunder.replacement to redefine my own eval functions and modify the objects usually used for browser sniffing? I do fear it could be countered by the counters to this: http://www.thespanner.co.uk/2009/04/08/overwriting-native-functions-in-jav...
- Wed Jun 02, 2010 3:28 pm
- Forum: NoScript Development
- Topic: JavaScript engine interception?
- Replies: 2
- Views: 1653
JavaScript engine interception?
Hello there, I love NoScript and RequestPolicy. These are my favourite addons of which I have many. I just have one request. I really would love to be able to customize the JavaScript DOM that an executing script can use. I have been reading the GreaseMonkey code and it seems it runs the script in a...