[Fixed] Firefox + NoScript-11.2.4rc2 + Stylus + Bibliogram = Stylus not applying style

Post a reply

Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: [Fixed] Firefox + NoScript-11.2.4rc2 + Stylus + Bibliogram = Stylus not applying style

Re: Firefox 78.8.0ESR/88.0a1 + NoScript-11.2.4rc2 + Stylus + Bibliogram = Stylus not applying style

by barbaz » Thu Mar 25, 2021 12:15 am

Fixed. Thanks Giorgio! Image

Re: Firefox 78.8.0ESR/88.0a1 + NoScript-11.2.4rc2 + Stylus + Bibliogram = Stylus not applying style

by Giorgio Maone » Wed Mar 24, 2021 11:53 pm

Please check latest development build, thanks:

v 11.2.4rc3
============================================================
x Avoid stack trace generation for debugging purposes on
release builds
x More selective CSS PP0 protection, excluded on the Tor
Browser where it's unneeded and easier to test/debug on
dev builds
x Make isTorBrowser information available in child policy
x Prevent console noise on startup with privileged tabs
x [nscl] More refactoring out in NoScript Commons Library

Re: Firefox 78.8.0ESR/88.0a1 + NoScript-11.2.4rc2 + Stylus + Bibliogram = Stylus not applying style

by Giorgio Maone » Thu Mar 18, 2021 11:17 pm

Already found the culprit, thanks. WIll be fixed in rc3.

Re: Firefox 78.8.0ESR/88.0a1 + NoScript-11.2.4rc2 + Stylus + Bibliogram = Stylus not applying style

by barbaz » Thu Mar 18, 2021 7:53 pm

Confirmed here too in Firefox 86.0.

Disabling and re-enabling the Stylus style does not help. Every time I re-enabled it, another one of these nodes was added to the bottom of the document -

Code: Select all

<link href="null" rel="stylesheet" type="text/css" crossorigin="anonymous">

[Fixed] Firefox + NoScript-11.2.4rc2 + Stylus + Bibliogram = Stylus not applying style

by ppxxbu » Thu Mar 18, 2021 1:08 pm

I've confirmed that this issue does not exist in NS 11.2.3.

Steps to replicate -

1. Install https://secure.informaction.com/downloa ... 2.4rc2.xpi

2. Install https://addons.mozilla.org/en-US/firefox/addon/styl-us/

3. Create a style in Stylus thusly, for URLs on the domain "bibliogram.nixnet.services". It removes the profile stats that are on the left of the page.

Code: Select all

    div.profile-counter {
      display: none;
    }
4. Go to https://bibliogram.nixnet.services/u/anti__reality

5. Notice that the stats are still visible.

6. However, the style does get applied if you click one of the images and then click the back button. Then the stats disappear as they should.

Expected behavior - Style should get applied immmediately upon visiting the page.

Top