Improve superignore help

This commit is contained in:
Oliver Blanthorn 2021-07-20 13:05:44 +02:00
parent be36b6c2bd
commit 6924ecd8f6
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -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. * 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" superignore: "true" | "false" = "false"