mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Improve superignore help
This commit is contained in:
parent
be36b6c2bd
commit
6924ecd8f6
1 changed files with 2 additions and 2 deletions
|
@ -184,9 +184,9 @@ export class default_config {
|
|||
/*
|
||||
* Disable Tridactyl almost completely within a page, e.g. `seturl ^https?://mail.google.com disable true`. Only takes affect on page reload.
|
||||
*
|
||||
* You are usually better off using `blacklistadd` and `seturl [url] noiframe true` as you can then still use some Tridactyl binds.
|
||||
* You are usually better off using `blacklistadd` and `seturl [url] noiframe true` as you can then still use some Tridactyl binds, e.g. `shift-insert` for exiting ignore mode.
|
||||
*
|
||||
* NB: you should only use this with `seturl`. If you get trapped with Tridactyl disabled everywhere just run `tri reset disable` in the Firefox address bar.
|
||||
* NB: you should only use this with `seturl`. If you get trapped with Tridactyl disabled everywhere just run `tri reset superignore` in the Firefox address bar. If that still doesn't fix things, you can totally reset Tridactyl by running `tri help superignore` in the Firefox address bar, scrolling to the bottom of that page and then clicking "Reset Tridactyl config".
|
||||
*/
|
||||
superignore: "true" | "false" = "false"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue