Search found 3 matches
- Sat Dec 12, 2015 9:21 pm
- Forum: NoScript Support
- Topic: [FIXED] keep.google.com gives blank page with NS 2.6.9.37rc2
- Replies: 31
- Views: 18635
Re: keep.google.com gives blank page in FF41 with NS 2.6.9.3
??? Thanks for testing but that result makes zero sense to me - I literally just copy-pasted some NoScript internal code into the surrogate and stuck a console.log() in there... I'm surprised that A) it works, and B) there are no log entries from the inserted console.log call. Are you sure that the...
- Sat Dec 12, 2015 8:43 pm
- Forum: NoScript Support
- Topic: [FIXED] keep.google.com gives blank page with NS 2.6.9.37rc2
- Replies: 31
- Views: 18635
Re: keep.google.com gives blank page in FF41 with NS 2.6.9.3
Thanks. Can you please try with this debug version of the surrogate and post the console log as before? (I don't expect it to work) let dbp=function(s){let handler={get:function(t,n)n in t?t[n]:function(){console.log(n);return t.__noSuchMethod__(n,Array.prototype.slice.call(arguments))}};return new...
- Fri Dec 11, 2015 6:09 am
- Forum: NoScript Support
- Topic: [FIXED] keep.google.com gives blank page with NS 2.6.9.37rc2
- Replies: 31
- Views: 18635
Re: keep.google.com gives blank page in FF41 with NS 2.6.9.3
Hmm, I was under the mistaken impression that certain deprecated properties had been entirely removed, but I've just realized they're still there for at least a couple more Gecko releases... Does using the 2.6.9.32rc2 version of the ga surrogate with latest NoScript, remove the need for exception o...