I received an email saying that the NoScript localization is moving from Transifex to a Weblate instance. Apparently, you have to fill out a form and apply if you want to translate there.
Is this true, or is it a data phishing attempt?
Search found 16 matches
- Wed Feb 18, 2026 2:54 pm
- Forum: NoScript Development
- Topic: NoScript localization moving from Transifex?
- Replies: 2
- Views: 6700
- Mon May 30, 2022 10:13 pm
- Forum: NoScript Support
- Topic: Popup css height issue
- Replies: 2
- Views: 1547
Re: Popup css height issue
Thank you, I have meanwhile figured it out myself. Better is:
which avoids the scrollbars.
Code: Select all
#scrollable > #buttons { margin: 1px !important }- Mon May 30, 2022 8:49 pm
- Forum: NoScript Support
- Topic: Popup css height issue
- Replies: 2
- Views: 1547
Popup css height issue
The popup has something like a blank line after the last url entry. Is it possible to reduce the height so that the last entry is closer to the bottom?

Is that controlled by css or js code?

Is that controlled by css or js code?
- Thu Apr 07, 2022 5:58 pm
- Forum: NoScript Support
- Topic: Any way to revert graphical change?
- Replies: 111
- Views: 107927
- Tue Apr 05, 2022 3:23 am
- Forum: NoScript Support
- Topic: Any way to revert graphical change?
- Replies: 111
- Views: 107927
Re: Any way to revert graphical change?
A few more tweaks you may like: more space for the permission text in the per-site permissions tab (adjust the px accordingly, the default is calculated and 100px in my case) .presets input.preset:checked + label, #presets .presets label { width: auto !important } #sites { --preset-label-width: 115p...
- Mon Apr 04, 2022 7:56 pm
- Forum: NoScript Support
- Topic: Any way to revert graphical change?
- Replies: 111
- Views: 107927
Re: Any way to revert graphical change?
Are there other show stoppers? The blue selection underline ("cursor line") doesn't help much spotting which line the cursor is on. Moreover, it stays fixed for the current url (or the selected item on the "Per-site Permissions" tab) and appears a second time following the curso...
- Mon Apr 04, 2022 7:36 pm
- Forum: NoScript Support
- Topic: Any way to revert graphical change?
- Replies: 111
- Views: 107927
Re: Any way to revert graphical change?
It does! Thanks a lot.barbaz wrote: ↑Mon Apr 04, 2022 2:22 pm Does this fix it? -Code: Select all
:not(#presets) > .sites .site:not(.customizing) .presets input.preset:checked { position: relative; z-index: 10; top: -1px; }
- Mon Apr 04, 2022 12:02 pm
- Forum: NoScript Support
- Topic: Any way to revert graphical change?
- Replies: 111
- Views: 107927
Re: Any way to revert graphical change?
(It just removes it, does not replace it with a solid background like previous versions of NoScript had.) That's true, but previous versions of NoScript also subtly highlighted the selected permission. This doesn't seem to be possible any longer. You can set a background color, but unfortunately th...
- Mon Apr 04, 2022 11:51 am
- Forum: NoScript Support
- Topic: Any way to revert graphical change?
- Replies: 111
- Views: 107927
Re: Any way to revert graphical change?
I don't think there is any longer a way to specifically limit customizations to only NoScript Of course, it is. Open NoScript's preferences and copy the URL (that starts with moz-extension:// ) until and excluding the first slash. (It's something like moz-extension://aaaaaaaa-bbbb-cccc-dddd-eeeeeee...
- Sun Apr 03, 2022 10:38 am
- Forum: NoScript Support
- Topic: Any way to revert graphical change?
- Replies: 111
- Views: 107927
Re: Any way to revert graphical change?
I'm using NoScript with an overwrite in Firefox' userContent.css now: :not(#presets) > .sites .site:not(.customizing) .presets input.preset:checked + label.preset { background-image: none !important } It's not exactly pretty, but it's far more recognizable than the original. For now, the blue select...
- Mon Mar 28, 2022 8:55 pm
- Forum: NoScript Support
- Topic: Any way to revert graphical change?
- Replies: 111
- Views: 107927
Re: Any way to revert graphical change?
The color gradients make it virtually impossible to recognize anything:


- Mon Mar 28, 2022 8:55 am
- Forum: NoScript Support
- Topic: Any way to revert graphical change?
- Replies: 111
- Views: 107927
Re: Any way to revert graphical change?
Also, if Modern Red is active, the tooltip shows "Switch to the Vintage Blue style". If Vintage Blue is active, the tooltip still shows the same text, but shouldn't it read "Switch to the Modern Red style" instead? This text is also the checkbox label when "High contrast&qu...
- Thu Mar 24, 2022 10:01 am
- Forum: NoScript Support
- Topic: Any way to revert graphical change?
- Replies: 111
- Views: 107927
Re: Any way to revert graphical change?
I very much appreciate the Vintage Blue theme. Many thanks. https://s20.directupload.net/images/220324/pwdqfoty.png However, the gradient does not allow the selected permission to be recognized well. It would be easier to spot with a simple, solid background color. (This also affects the "Per-s...
- Wed Feb 16, 2022 8:22 pm
- Forum: NoScript Support
- Topic: LAN capability
- Replies: 4
- Views: 2649
LAN capability
Could you please explain the new LAN capability? What does "cross-zone WAN to LAN requests" exactly mean?
- Mon Jan 31, 2011 8:46 am
- Forum: NoScript Support
- Topic: Change mouse buttons?
- Replies: 2
- Views: 1445
Re: Change mouse buttons?
Maybe in a coming version?