kain
kain
Is there a way to disable this programmatically? I want to hide the fact that a tab is in private browsing mode, but I do not want to alter your...
I know that the readme has this listed as a known error, but will the be addressed at some point? It seems very odd that opening another tab from a...
This may be a bug with the domain name validation library being used.
Currently, several components on the options page use `window.confirm` to get user input, which is gross looking. Add web components that use html/js to provide modals/dialogs to get user input.
Currently, the blacklist is stored in `syncStorage` and is accessible any any user able to access any machine with the same user profile. Some users may want an additional layer...
Similar to #6 [MDN article](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/browsingData/DataTypeSet) 1. Listen on page visit 2. Capture timestamp when blacklist-hit occurs 3. When blacklist processing occurs (tab closes, etc), go back and remove localStorage entries...
Based on [this MDN article](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/browsingData/removeCache) it is possible to remove cached items based on a duration of time. 1. Listen on page visit 2. Capture timestamp when blacklist-hit occurs 3....