- commit
- 57999942aa4a229190da0cc1645fea14481aac60
- parent
- 697cdce6eb8dd4e812c781822ee2fb4e2dcc7643
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2022-07-30 21:15
add in-app help
Diffstat
| M | popup.html | 10 | ++++++++++ |
1 files changed, 10 insertions, 0 deletions
diff --git a/popup.html b/popup.html
@@ -5,6 +5,16 @@ 5 5 </head> 6 6 <body> 7 7 <table></table> -1 8 <details> -1 9 <summary>Help</summary> -1 10 <p>In the table above, the columns represent different types of requests. The rows represent domains. Numbers show how many requests of a given type the current tab tries to make to the given domain. Red cells are blocked, green cells are allowed. Light green cells are allowed indirectly, e.g. because they represent a sub-domain of an allowed domain. Grey cells are disabled..</p> -1 11 <p>By default, everything is blocked. You can click on a cell to allow it. You can also click on the domain or type to allow the complete row or column. There are also some special rows:</p> -1 12 <ul> -1 13 <li><strong>inline</strong>: This row is in charge of blocking inline code, e.g. <code><script></code>-elements that are directly embedded into the HTML code. Note that some cells are disabled, e.g. there is no such thing as an "inline XHR". Unfortunately, there are no request counts in this row.</li> -1 14 <li><strong>first-party</strong>: This row allows you to set global defaults for requests to the same domain as the page itself.</li> -1 15 <li><strong>sub-domains</strong>: If you allow a domain, all of its sub-domains are allowed along with it.</li> -1 16 </ul> -1 17 </details> 8 18 <script src="shared.js"></script> 9 19 <script src="popup.js"></script> 10 20 </body>