Search found 12 matches

by ZeroUnderscoreOu
Fri Jan 20, 2023 12:41 am
Forum: NoScript Support
Topic: UI regression with popup windows
Replies: 5
Views: 794

Re: UI regression with popup windows

therube wrote: Tue Jan 17, 2023 8:31 pm Pretty neat testcase :-).
Thanks :)

And thank you Giorgio for the fix.
by ZeroUnderscoreOu
Tue Jan 17, 2023 3:43 am
Forum: NoScript Development
Topic: RFE: uBlock-Origin-like Logger
Replies: 2
Views: 12523

Re: RFE: uBlock-Origin-like Logger

Bump.
by ZeroUnderscoreOu
Tue Jan 17, 2023 3:39 am
Forum: NoScript Support
Topic: UI regression with popup windows
Replies: 5
Views: 794

Re: UI regression with popup windows

I call this a regression because there is a UI element that is otherwise functioning but not in this particular case. Yes, I use Firefox. Thanks for suggestion, but I'd prefer to avoid using userChrome. I agree that logging console would be a nice addition and could help in cases of multiple redirec...
by ZeroUnderscoreOu
Tue Jan 17, 2023 12:58 am
Forum: NoScript Support
Topic: UI regression with popup windows
Replies: 5
Views: 794

UI regression with popup windows

When a site opens a new page in a popup window with minimal controls, there is no easy way to check/set script permissions for that new page. In case that page requires new permissions, it will not work properly until reopened in a new tab, where NoScript controls are available. I made a test case t...
by ZeroUnderscoreOu
Tue Mar 15, 2022 9:47 am
Forum: NoScript Support
Topic: [FIXED] NoScript breaks Service Workers
Replies: 5
Views: 1404

Re: NoScript breaks Service Workers

Thank you very much for a quick fix and extensive explanation! I just tried the development build and everything works well.
As you can see by my unusual settings, I'm the "target audience" of NoScript and I appreciate all the work you put into its development.
by ZeroUnderscoreOu
Mon Mar 14, 2022 10:46 pm
Forum: NoScript Support
Topic: [FIXED] NoScript breaks Service Workers
Replies: 5
Views: 1404

Re: NoScript breaks Service Workers

Giorgio Maone wrote: Mon Mar 14, 2022 10:38 pm I cannot reproduce.
Could you please share your NoScript Options>Export file?
Thanks!
Sent it in DM (I hope you don't mind, I'd rather not post it publicly).
by ZeroUnderscoreOu
Mon Mar 14, 2022 10:33 pm
Forum: NoScript Support
Topic: [FIXED] NoScript breaks Service Workers
Replies: 5
Views: 1404

[FIXED] NoScript breaks Service Workers

I'm using web version of Spotify and most images (e.g. album covers) are not loading for me. In console, requests for images fail with NS_ERROR_INTERCEPTION_FAILED . If I open images in a new tab, they load normally. If I disable NoScript or disable restrictions for the tab, images load normally and...
by ZeroUnderscoreOu
Sun Oct 15, 2017 2:15 pm
Forum: NoScript Support
Topic: [FIX] Fx 56 - NoScript icon disappeared on 5.1.2 update
Replies: 274
Views: 233714

Re: [FIX] Fx 56 - NoScript icon disappeared on 5.1.2 update

Maybe I'm repeating someone, but what seemed to fix the issue for me is an update of FF (I think it was 55 to 56).
by ZeroUnderscoreOu
Sat Aug 26, 2017 5:38 am
Forum: NoScript Support
Topic: [Unrelated] Weird problem with fetch()/promise chaining
Replies: 4
Views: 2210

Re: Weird problem with fetch()/promise chaining

barbaz wrote:So this is not a NoScript issue.
Yeah, looks like.
Checked myself the same way (didn't know about script preference) and FF's behavior seems really counterintuitive to me. But I guess it's a thing to complain to Mozilla instead.
Tnx.
by ZeroUnderscoreOu
Sat Aug 26, 2017 4:56 am
Forum: NoScript Support
Topic: [Unrelated] Weird problem with fetch()/promise chaining
Replies: 4
Views: 2210

Re: Weird problem with fetch()/promise chaining

It does for me (with scripts allowed): http://zerounderscoreou.narod.ru/Stuff/Promise.png And you reminded me about another strange thing I forgot to mention: both with code pasted into console and run as a userscript it shows the log message as if it came from global.js . Though it may be caused by...
by ZeroUnderscoreOu
Sat Aug 26, 2017 2:34 am
Forum: NoScript Support
Topic: [Unrelated] Weird problem with fetch()/promise chaining
Replies: 4
Views: 2210

[Unrelated] Weird problem with fetch()/promise chaining

I'm not sure if this is a problem from the last update, but I do think this is related to NoScript. I noticed it while writing a small userscript for Imgur, so the code I quote assumes an image album open ( imgur.com/a/* , imgur.com/gallery/* ) and is run in Greasemonkey. var Hash = document.locatio...