Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document toggleEnforcementForTab shortcuts #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions content/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,22 +100,31 @@ This protection is enabled by default on any Private Browsing window (and theref
### Keyboard Shortcuts
You can open and navigate all the NoScript UI by using the following keyboard shortcuts:
````
Alt+Shift+N start (open NoScript Popup)
Arrows/Tab move around
Alt+Shift+Comma (Windows) Toggle enforcement on this tab
Opt+Shift+Space (macOS) Toggle enforcement on this tab
Alt+Shift+N Start (open NoScript Popup)
Arrows/Tab Move around
DEL/BKSPC/0 DEFAULT
+ TRUSTED
- UNTRUSTED
C CUSTOM
T Temp
S HTTPS-lock
HOME jump to the toolbar
HOME Jump to the toolbar
ESC/ENTER Close the UI
R Reload current page without closing the UI
Shift+G Globally disable restrictions
Shift+T Disable restrictions on this tab
P Set all on this page to Temp. TRUSTED
F Forget temporary permissions
````

Depending on your browser, you can also change these keyboard shortcuts:

* Chrome: go to <chrome://extensions/shortcuts>
* Edge: go to <edge://extensions/shortcuts>
* Firefox: go to <about:addons>, click on the gear icon at the top right, and select Manage Extension Shortcuts

### User-contributed guides

* [A guide to using NoScript 10.x](https://blog.jeaye.com/2017/11/30/noscript/)
Expand Down