Page 1 of 1
Android Firefox Beta 36.0: Noscript Not Functioning
Posted: Mon Jan 19, 2015 3:52 pm
by ca7g
Just a heads up before this new Firefox rolls out in the general release: Noscript 3.5a7 doesn't seem to function at all on the new Firefox beta 36.0 as released on the Play store and using the new tablet interface. The Noscript selection doesn't even show up on the drop down menu. I hope this is an easy fix!
Re: Android Firefox Beta 36.0: Noscript Not Functioning
Posted: Sat Jan 31, 2015 3:32 pm
by hempeter
Been having a look at this since last week. Managed to narrow it down to exported objects not entering the global scope.
Fixed, as far as I can tell. I've issued a pull request to Lekensteyn, so hopefully this change can be merged into the main line.
For those interested, take a look:
Link
Re: Android Firefox Beta 36.0: Noscript Not Functioning
Posted: Mon Feb 02, 2015 9:50 pm
by Lekensteyn
Thank you hempeter, confirmed that this is indeed an issue. Tested it with the XPI at
https://lekensteyn.nl/files/noscript-ns ... nsteyn.xpi
source is at
https://github.com/Lekensteyn/noscript- ... 7-20150202
Re: Android Firefox Beta 36.0: Noscript Not Functioning
Posted: Tue Feb 03, 2015 10:58 am
by hempeter
Glad to help
I did some playing last night, turned "Full Protection" on and some debug, I believe PageMod also needs a similar fix (just a 'this.PageMod = PageMod;' job).
I started a new thread on NoScript backporting. Feeling up for it @Lekensteyn?

Glad that Mozilla's attempts to change things hasn't stopped this awesome addon yet =D
Peace, Pete
Re: Android Firefox Beta 36.0: Noscript Not Functioning
Posted: Thu Feb 05, 2015 11:58 am
by Giorgio Maone
Merged in
3.5a8, thank you both.