Add details on how to use other variants of JavaScript exception commands
This commit is contained in:
parent
97a17f66a5
commit
9d848799d5
@ -106,14 +106,18 @@ Is there an adblocker?::
|
|||||||
usage], so implementing support for AdBlockPlus-like lists is currently not
|
usage], so implementing support for AdBlockPlus-like lists is currently not
|
||||||
a priority.
|
a priority.
|
||||||
|
|
||||||
How can I get No-Script-like behaviour?::
|
How can I get No-Script-like behavior?::
|
||||||
You can toggle JavaScript blocking for the current domain with `tsh` by default.
|
|
||||||
To disable JavaScript by default:
|
To disable JavaScript by default:
|
||||||
+
|
+
|
||||||
----
|
----
|
||||||
:set content.javascript.enabled false
|
:set content.javascript.enabled false
|
||||||
----
|
----
|
||||||
+
|
+
|
||||||
|
The basic command for enabling JavaScript for the current host is `tsh`.
|
||||||
|
This will allow JavaScript execution for the current session.
|
||||||
|
Use `S` instead of `s` to make the exception permanent.
|
||||||
|
With `H` instead of `h`, subdomains are included.
|
||||||
|
Use S instead of s to make the exception permanent. With H instead of h, subdomains are included. With u instead of h, only the current URL is whitelisted (not the whole host).With `u` instead of `h`, only the current URL is whitelisted (not the whole host).
|
||||||
|
|
||||||
How do I play Youtube videos with mpv?::
|
How do I play Youtube videos with mpv?::
|
||||||
You can easily add a key binding to play youtube videos inside a real video
|
You can easily add a key binding to play youtube videos inside a real video
|
||||||
|
Loading…
Reference in New Issue
Block a user