Search found 31 matches

by Lekensteyn
Tue Nov 21, 2017 10:55 pm
Forum: NoScript Development
Topic: NoScript 10.1.1, FF 57.0 Noscript menue causes FF to glitch
Replies: 6
Views: 3950

Re: NoScript 10.1.1, FF 57.0 Noscript menue causes FF to gli

Using 10.1.1rc99 here with Firefox 57.0 on Arch Linux as well, but with KDE. After installation, Firefox became sluggish and there were graphical artifacts to the point that whole Firefox windows got obscured with a single color. I have noticed that the Error Console referred to error code 24 (Too m...
by Lekensteyn
Tue Feb 09, 2016 2:14 pm
Forum: NoScript Mobile
Topic: Fix for "FF 45 aborts initial request for new domains"
Replies: 5
Views: 8374

Re: FF 45 / NSA 3.5a10 aborts initial request for new domain

Issue was introduced with https://hg.mozilla.org/mozilla-central/rev/e772b5154e0c where an event sink was removed. The fix is to avoid passing messages to this sink. Patch: https://github.com/Lekensteyn/noscript-nsa/commit/4e27d64f26bcbcd28e6f77c4c20e8e33c192daf6 Pre-built extension: https://lekenst...
by Lekensteyn
Thu Feb 04, 2016 12:39 pm
Forum: NoScript Mobile
Topic: Fix for "FF 45 aborts initial request for new domains"
Replies: 5
Views: 8374

Fix for "FF 45 aborts initial request for new domains"

Since updating to Firefox 45.0b1, pages from new domain would not load until a second attempt. For example, visit https://lwn.net for the first time, the page load simply aborts and will only pass when opening it for the second time (affects both addresses entered via the location bar and anchors in...
by Lekensteyn
Wed Sep 16, 2015 6:42 pm
Forum: NoScript Mobile
Topic: Firefox 41 compatibility patch
Replies: 8
Views: 7745

Re: Firefox 41 compatibility patch

3.5a9 only bumped the minimum compatibility level, but does not fix the code.
Be sure to use the develop branch (https://github.com/Lekensteyn/noscript-nsa/tree/develop), which has this patch (or apply that patch on top of 3.5a9 which has the same result minus the automatic updater).
by Lekensteyn
Wed Sep 16, 2015 9:14 am
Forum: NoScript Mobile
Topic: Firefox 41 compatibility patch
Replies: 8
Views: 7745

Re: Firefox 41 compatibility patch

NSA 3.5a9 has not incorporated that patch yet, see
https://github.com/Lekensteyn/noscript- ... ...e83fbef

You can build from the XPI by executing the makexpi.sh shellscript from that repo.
by Lekensteyn
Sun Aug 23, 2015 3:14 pm
Forum: NoScript Mobile
Topic: Firefox 41 compatibility patch
Replies: 8
Views: 7745

Firefox 41 compatibility patch

Hi, due to non-standard syntax usage, NSA broke in Firefox 41. Patch is available at https://github.com/Lekensteyn/noscript- ... 5899ee95fe, the full tree can be found at https://github.com/Lekensteyn/noscript-nsa/tree/develop. I saw a different topic about work towards Electrolysis, is that just fo...
by Lekensteyn
Mon Feb 02, 2015 9:50 pm
Forum: NoScript Mobile
Topic: Android Firefox Beta 36.0: Noscript Not Functioning
Replies: 4
Views: 6668

Re: Android Firefox Beta 36.0: Noscript Not Functioning

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
by Lekensteyn
Tue Dec 02, 2014 5:36 pm
Forum: NoScript Mobile
Topic: NSA++ not working with Firefox Mobile Beta 34?
Replies: 25
Views: 34489

Re: NSA++ not working with Firefox Mobile Beta 34?

@Spash the surface is limited and Firefox hides icons when there are more than two. Documentation for this is availabla at https://developer.mozilla.org/en-US/Add ... ctions.jsm. Possible behavior: If scripts are blocked, display blocked icon. If scripts are not blocked, display the not-blocked icon...
by Lekensteyn
Tue Nov 18, 2014 8:27 pm
Forum: NoScript Mobile
Topic: NSA++ not working with Firefox Mobile Beta 34?
Replies: 25
Views: 34489

Re: NSA++ not working with Firefox Mobile Beta 34?

Tried downloading the addon (uninstalling the normal noscript first, since it didn't seem to work with it) and it didn't give me a menu option on firefox regular or beta. You are supposed to get a menu option in the same place where you see Back/Forward/Favorite/Settings, etc. What phone do you hav...
by Lekensteyn
Mon Nov 17, 2014 6:41 pm
Forum: NoScript Mobile
Topic: NSA++ not working with Firefox Mobile Beta 34?
Replies: 25
Views: 34489

Re: NSA++ not working with Firefox Mobile Beta 34?

I would like the menu method- the noscript icon is tiny on larger mobile screens. For those who would like to try this, I have uploaded the XPI generated from my repo to https://lekensteyn.nl/files/noscript-nsa/. Auto-updating is disabled, so be sure to check this forum once in a while. (there does...
by Lekensteyn
Mon Nov 10, 2014 1:11 am
Forum: NoScript Mobile
Topic: Allowing sites by IP does not work
Replies: 3
Views: 5057

Re: Allowing sites by IP does not work

You forgot to tell us that you had a custom port. Patch: https://github.com/Lekensteyn/noscript- ... it/df86a85 --- a/src/noscript-nsa/modules/Policy.jsm +++ b/src/noscript-nsa/modules/Policy.jsm @@ -170,7 +170,10 @@ Policy.prototype = { if (!site) return ""; const map = this.map; - + + //...
by Lekensteyn
Mon Nov 10, 2014 1:09 am
Forum: NoScript Mobile
Topic: Using ABE
Replies: 1
Views: 4870

Re: Using ABE

There is no easy UI for this. The default is set in modules/Defaults.jsm, you can override this by going to about:config and edit extensions.nsa.ABE.rulesets.SYSTEM (or extensions.nsa.ABE.rulesets.USER), this is compatible with the desktop.

See https://github.com/Lekensteyn/noscript- ... ts.jsm#L59
by Lekensteyn
Mon Nov 10, 2014 12:43 am
Forum: NoScript Mobile
Topic: NSA++ not working with Firefox Mobile Beta 34?
Replies: 25
Views: 34489

Re: NSA++ not working with Firefox Mobile Beta 34?

It turns out that something in FF34 broke the usage of -moz-binding in a user stylesheet Oh.. you need to set bindToUntrustedContent="true" on the binding I have just tried it and although the page now displays properly, the icon is still disfunct. Clicking it results in: [JavaScript Erro...
by Lekensteyn
Sun Nov 09, 2014 8:54 pm
Forum: NoScript Mobile
Topic: NSA updateLink is invalid
Replies: 2
Views: 4484

NSA updateLink is invalid

The NSA install.rdf links to https://secure.informaction.com/update/, but the file https://secure.informaction.com/download/nsa/noscript-3.5a6rc20140716225.xpi is not present. There should be a '1' for the minute (2014-07-16 22:51). This might be responsible for the periodic "Installation faile...
by Lekensteyn
Sat Nov 08, 2014 1:36 pm
Forum: NoScript Mobile
Topic: NSA++ not working with Firefox Mobile Beta 34?
Replies: 25
Views: 34489

Re: NSA++ not working with Firefox Mobile Beta 34?

After two hours fruitless setting breakpoints, I employed the ol' good "log && return" trick. It turns out that something in FF34 broke the usage of -moz-binding in a user stylesheet (content/user.css -> content/ns.xml). Whenever a page has the "noscript-ui" class attribu...