Merge pull request #4103 from timokoesters/patch-1
Add No-Script-like JavaScript blocking to FAQ
This commit is contained in:
commit
edb23ebe3b
@ -106,6 +106,19 @@ 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 behavior?::
|
||||||
|
To disable JavaScript by default:
|
||||||
|
+
|
||||||
|
----
|
||||||
|
: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.
|
||||||
|
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
|
||||||
player - optionally even with hinting for links:
|
player - optionally even with hinting for links:
|
||||||
|
Loading…
Reference in New Issue
Block a user