You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"imageAlt": "Screenshot of a browser configuring site permissions with NoScript",
5
+
"des": "The NoScript Security Suite is Free Software protecting Firefox (on Android, too!), Chrome, Edge, Brave and other web browsers. Install NoScript now!",
6
+
"des2": "The NoScript Security Suite is a free extensions for Firefox, Chrome and other browsers, preemptively blocks malicious scripts and allows JavaScript and other potentially dangerous content only from sites you trust. Download it now for free!"
If you didn't complete this donation because the automatically chosen currency was not your preferred one, please notice you can use the following links to force [USD]({{links.donate}}?c=USD) or [EUR]({{links.donate}}?c=EUR).
4
+
5
+
If you just dislike Paypal (understandable), there [other means to donate]({{ "/faq#faq-donate" | url }}).
6
+
7
+
Money is surely important to support NoScript's development, but it's not the only way to help.
8
+
9
+
If you think this is a valuable tool and/or need assistance, the feedback (or even the code) you can provide to improve it is very welcome [in our community]({{ "/community" | url }}).
NoScript is currently localized in 28 languages, and this website is in the process to be made easier to localize, too.
38
+
If you wish to help translate NoScript in your language, please use [__this Transifex instance__](https://www.transifex.com/otf/noscript/) generously offered by the [Open Technology Fund][otf].
39
+
35
40
### Funding
36
41
Specific NoScript development efforts have been generously supported by the [__Open Technology Fund__][otf], the [__National Democratic Institute__][ndi], the [__NLNet Foundation__][nlnet] and other institutions which value privacy, security and digital rights for everyone.
Copy file name to clipboardExpand all lines: content/faq.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,20 @@ title: FAQ
14
14
15
15
__On Chrome/Chromium__, you most likely still need to pin NoScript to the browser toolbar. You can do it by clicking the generic extension icon there and select the NoScript entry for pinning.
16
16
17
+
The same goes for a fresh install of the __Tor Browser__, where the developers decided to hide NoScript's icon and let you rely on the "Security Level" widget (the shield icon): if you need finer control through NoScript interface, just use either the [keyboard shortcuts]({{ "/usage#keyboard-shortcuts" | url }}) or the contextual menu on any page, or add the icon by right-clicking the toolbar and selecting the _Customize Toolbar_ menu item.
18
+
17
19
Otherwise, if you're browsing in a Private/Incognito window (or you've set your browser to do it by default), please open the _Extensions Manager_ and double check you've allowed NoScript to run in Private/Incognito mode.
18
20
19
21
### Troubleshooting
20
22
21
-
#### __Why__{ #faq-forgot-settings } does NoScript forget my per-site customizations whenever I restart the browser?
23
+
#### __Why does NoScript forget my settings whenever I restart the browser?__{ #faq-forgot-settings }
24
+
25
+
This is expected __only for per-site customizations__ and only if you're browsing in a __Private/Incognito__ window (or you've set your browser to do it by default), or if you're using the __Tor Browser__. In those cases, NoScript only allows temporary per-site customizations, kept in volatile memory and "forgot" when you quit the browser, in order to preserve your privacy by never saving your site-specific preferences permanently.
22
26
23
-
This should happen only if you're browsing in a Private/Incognito window (or you've set your browser to do it by default), or if you're using the Tor Browser. In those cases, NoScript only allows temporary per-site customizations, kept in volatile memory and "forgot" when you quit the browser, in order to preserve your privacy by never saving your site-specific preferences permanently.
27
+
Another reason why NoScript's and other extensions' settings may get wiped off is __some "privacy" software messing with the browser's storage__, like already [happened in the past with CCleaner](https://hackademix.net/2020/08/05/ccleaner-wiping-out-firefox-extensions-data-expected-fix-work-around/)and others: if you find that's the case, please let [us]({{ "/forum" | url }}) and the software's maker know.
24
28
25
29
### Contributing
26
30
27
31
#### Is there any way to __donate__{ #faq-donate } different than Paypal?
28
32
29
-
Yes, definitely. If you prefer not to [donate via Paypal](https://noscript.net/donate) ([USD]({{links.donate}}?c=USD) / [EUR]({{links.donate}}?c=EUR)), you can __send Bitcoins__ ([{{links.donateBTC}}]({{links.donateBTC}})) or [write the author](https://maone.net) to arrange for a wire transfer.
33
+
Yes, definitely. If you prefer not to [donate via Paypal](https://noscript.net/donate) ([USD]({{links.donate}}?c=USD) / [EUR]({{links.donate}}?c=EUR)), you can [email Giorgio Maone](https://maone.net) to arrange for a __Bitcoin__ transaction or a EUR/USD __wire transfer__.
Copy file name to clipboardExpand all lines: content/getit.md
+91-71Lines changed: 91 additions & 71 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,93 +25,113 @@ nav: 2
25
25
You can get the latest stable version __for Firefox desktop only__ also using this [__direct NoScript {{ ver.stable }} download link__](https://secure.informaction.com/download/releases/noscript-{{ ver.stable }}.xpi).
26
26
To install, just drag and drop it onto your address bar.
x Visual refresh based on Simply Secure concept artwork
37
-
x Full Dark/Light color schemes support
38
-
x [l10n] Many languages updates
39
-
x Include ServiceWorker-initiated fetch requests in UI
40
-
reporting (thanks 0_o for report)
41
-
x Remove redundant style patching
42
-
x Prompts can be closed by keyboard: Enter emulates the
43
-
default button click, Escape the cancel action
44
-
x Ensure better visibility for in-popup message box
45
-
x Sticky toolbar and scrollable fixed-height content in
46
-
browserAction popups
47
-
x [XSS] Automatically reload page when clearing XSS choice
48
-
from popup
49
-
x [XSS] Enable "Clear XSS Choices" button only if some item
50
-
is selected
51
-
x Remember last active tab when opening the option window
52
-
x Avoid useless reload if no actual change has happened in
53
-
enforcement status
54
-
x Fix for regression: request and execution attempts not
55
-
being reported anymore in the UI if restrictions are
56
-
disabled (thanks Stefan Mey for report)
57
-
x Dark mode support
58
-
x Improved high contrast layout
59
-
x Fixed automatic reload not always triggered for CUSTOM
60
-
tweakings
61
-
x More consistent cross-browser widgets
62
-
x Partial status indicator on the left of the icon, to
63
-
accommodate Chromium's badge position
64
-
x Make focus hint less elusive for needed capability widgets
65
-
x More accurate blocking stats
30
+
x Reversed colors in Modern Red permissive icons for better
31
+
contrast
32
+
x Fixed regression causing only signed builds to complete
66
33
67
34
````
68
35
### __Development build__{#devel}
69
36
70
-
If you're brave enough and you need a specific feature or fix not released yet, or you simply want to provide feedback before official release, you may want try this [__NoScript {{ ver.dev }} release candidate__]( https://github.com/hackademix/noscript/releases/tag/{{ ver.dev }}).
37
+
NoScript development happens very fast to keep up with emerging web threats.
38
+
If you're brave enough and you need a specific feature or fix not released yet, or you simply want to provide feedback before official release, you may want to try the latest release candidate.
39
+
40
+
#### RC for Firefox
41
+
42
+
[__Install NoScript {{ ver.dev }} on Firefox Desktop by simply clicking here__](https://secure.informaction.com/download/betas/noscript-{{ ver.dev }}.xpi).
43
+
44
+
On Firefox for Android, unfortunately, a pre-release can only be downloaded (same link as above) and temporarily installed on Nightly by using the [web-ext tool](https://github.com/mozilla/web-ext), which is only suitable for hardcore developers and contributors.
45
+
46
+
#### RC for Chromium
47
+
48
+
You can [__Download NoScript {{ ver.dev }} for Chromium-based browsers here__](https://secure.informaction.com/download/betas/noscript-{{ ver.dev }}-chrome.zip).
49
+
50
+
In order to install this pre-release until the next stable version reaches the Chrome Store, you need to unzip it and load it as an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/#unpacked) in developer mode.
51
+
52
+
Please follow these steps:
53
+
54
+
1. Open the Extension Management page by navigating to chrome://extensions.
55
+
Alternatively, open this page by clicking on the Extensions menu button and selecting Manage Extensions at the bottom of the menu.
56
+
Alternatively, open this page by clicking on the Chrome menu, hovering over More Tools then selecting Extensions
57
+
2. Enable _Developer Mode_ by clicking the toggle switch next to Developer mode.
58
+
3. Unzip the zipped "noscript-{{ver.dev}}-chrome.zip" package to a directory of your choice.
59
+
4. Click the [Load unpacked] button and select the extension directory you've unzipped the extension to (the one containing the "manifest.json" file)
71
60
72
-
On Firefox only, you can [__install NoScript {{ ver.dev }} by simply clicking here__](https://secure.informaction.com/download/betas/noscript-{{ ver.dev }}.xpi).
0 commit comments