Search found 320 matches

by kukla
Tue Nov 08, 2022 6:25 pm
Forum: NoScript Support
Topic: YouTube not playing unless NS disabled
Replies: 13
Views: 2768

Re: YouTube not playing unless NS disabled

Your "lock" icon is red (& open, rather then green & closed - as it is on my end. Does that mean ? something like maybe your antivirus is injecting itself, interfering? Or some other extension? No idea why that is or if it means anything at all for this issue. If you disable all o...
by kukla
Tue Nov 08, 2022 4:38 pm
Forum: NoScript Support
Topic: YouTube not playing unless NS disabled
Replies: 13
Views: 2768

YouTube not playing unless NS disabled

https://i.postimg.cc/Hs1Fg1Rv/NS-settings-for-You-Tube.png Running 11.4.11rc2/Firefox 102.4 esr/Mac Desktop Title says it all. Also, white on black not my cup of tea. For me, makes it VERY difficult to read. How to revert to "standard" black text on white? Might have missed it, but looked...
by kukla
Thu Sep 22, 2022 6:52 pm
Forum: NoScript Support
Topic: Potential Identity Leak paypal/ebay
Replies: 1
Views: 1669

Potential Identity Leak paypal/ebay

Just started getting this. Apart from the obvious wording, not really sure what it means or the implications. Have been using ebay w/paypal for years, not aware of any identity leaks in all that time. https://i.postimg.cc/m2pFrwfY/No-Script-potential-identity-leak.png First, tried loading anonymousl...
by kukla
Fri Aug 19, 2022 4:08 pm
Forum: NoScript Support
Topic: Any way to revert graphical change?
Replies: 111
Views: 45962

Re: Any way to revert graphical change?

I was just about to add a reply that I fixed this by changing the theme setting. Suddenly flashed through my css addled brain (have been immersed in fixing various css issues for days on end after upgrading to the new 102) and remembered that that was necessary for the NS look.

Thanks all good now.
by kukla
Fri Aug 19, 2022 3:24 pm
Forum: NoScript Support
Topic: Any way to revert graphical change?
Replies: 111
Views: 45962

Re: Any way to revert graphical change?

Just upgraded to the 102esr. And unfortunately the css to revert to the look of the "original" version, the 11.3.7, is no longer working. Hoping there might be a fix for this. What had been working until now with the 11.4.9rc1: /* NoScript restore look of 11.3.7 */ :root { --bg-even-row: r...
by kukla
Wed May 25, 2022 5:00 pm
Forum: NoScript Support
Topic: How can i disable NoScript placeholder?
Replies: 8
Views: 6021

Re: How can i disable NoScript placeholder?

Thanks barbaz, didn't know about that, as I hardly, if ever, watch videos, especially at the Times.

Did try that, but am I missing something: when I clear history, cache, even restart Firefox, the video, once played, keeps playing. Couldn't find any way to stop it.
by kukla
Tue May 24, 2022 5:12 pm
Forum: NoScript Support
Topic: How can i disable NoScript placeholder?
Replies: 8
Views: 6021

Re: How can i disable NoScript placeholder?

Thanks that does the job Entered that in userContent.css /*disable video placeholders*/ .__NoScript_PlaceHolder__ { display: none !important; } Maybe a question with an obvious answer, but can you or someone please explain the purpose of the video placeholder? Don't understand what that has to do wi...
by kukla
Sat May 21, 2022 2:54 pm
Forum: NoScript Support
Topic: Dismissing the video placeholder chops up, eats into the text above (split from t=26586)
Replies: 9
Views: 3190

Re: Dismissing the video placeholder chops up, eats into the text above (split from t=26586)

Finding these media placeholders much too large and very distracting - especially for the Times. They dominate the page. Is there some way that I can disable this function, either per site or globally?



Image
by kukla
Sun Apr 10, 2022 4:56 pm
Forum: NoScript Support
Topic: Firefox Enable DNS over HTTPS and NoScript???
Replies: 9
Views: 4566

Re: Firefox Enable DNS over HTTPS and NoScript???

Feel free to split this off, maybe to Web Tech or Security? Well have gone at least partially back into the weeds: First off, big surprise, not using Cloudflare for DNS, using Quad9. (Resolvers listed are both Quad9). Not sure why I thought that was the case. Most likely because I have two different...
by kukla
Sun Apr 10, 2022 1:07 am
Forum: NoScript Support
Topic: Firefox Enable DNS over HTTPS and NoScript???
Replies: 9
Views: 4566

Re: Firefox Enable DNS over HTTPS and NoScript???

The third party firmware is a branch of Tomato, "Fresh Tomato." (Have been using different versions of Tomato for years). Set this one up a few years ago, and was deep in the weeds with it then, but have forgotten so much by now. Probably overstated being "forced" to use Cloudfla...
by kukla
Sat Apr 09, 2022 9:59 pm
Forum: NoScript Support
Topic: Firefox Enable DNS over HTTPS and NoScript???
Replies: 9
Views: 4566

Re: Firefox Enable DNS over HTTPS and NoScript???

kukla wrote: ↑ Fri Apr 08, 2022 10:01 am I do try to avoid cloudflare for DNS resolution, as they have a reputation for allegedly serving criminal, very shady or extremist sites. Plus they are still - albeit with excuses - providing service to Russia. barbaz wrote: What makes you think any of that ...
by kukla
Fri Apr 08, 2022 2:01 pm
Forum: NoScript Support
Topic: Firefox Enable DNS over HTTPS and NoScript???
Replies: 9
Views: 4566

Re: Firefox Enable DNS over HTTPS and NoScript???

Although I'm not using this setting in my Firefox*, I'm fairly certain that cloudflare doesn't have to be set to Trusted in NoScript, as you're dealing with cloudflare for DNS resolution, not cloudflare as it might be employed for any particular website. However, although from a security standpoint ...
by kukla
Thu Apr 07, 2022 7:31 pm
Forum: NoScript Support
Topic: Any way to revert graphical change?
Replies: 111
Views: 45962

Re: Any way to revert graphical change?

I still prefer the lack of outlining in the 11.3.7, since the spacing between permissions items achieves what for me is a better, less distracting effect. Any CSS to completely remove the outlining and restore the 11.3.7 spacing between permissions items? Just saw this edit. Instead of all my previ...
by kukla
Thu Apr 07, 2022 6:51 pm
Forum: NoScript Support
Topic: Any way to revert graphical change?
Replies: 111
Views: 45962

Re: Any way to revert graphical change?

CSS to try? To check if the even row color is related to the blurriness, this should set it to match 11.3.7 - :root { --bg-even-row: rgb(238,238,238) !important; } Missed earlier that you also think the outlines around the selected permission are too heavy. Not sure if this is the best answer but d...