David Pacassi Torrico

Results 14 comments of David Pacassi Torrico
trafficstars

Thanks for the report! The web extension currently only supports one list, that's correct. It was developed like this to minimize code complexity since users probably set their whitelist/blacklist approach...

Yup, that's right, a migration is needed. So far only one migration has taken place, check https://github.com/dpacassi/disable-javascript/blob/master/background/background.js#L330 for details. (The `browser.storage.local.remove('');` part is only run when updating the web extension...

Thanks for the input, that really sounds useful and I'll definitely try to add it in a future release! Please keep in mind that contribution in any form (pull request...

Alternatively: Simply allow iframes to load scripts as well.

Sounds reasonable, will be implemented some day in the future. Thanks for your input! Please keep in mind that contribution in any form (pull request or [PayPal](https://www.paypal.me/dpacassi/5)) to speed up...

@3ventic Thanks for your input! I see your point but I probably would go for a custom backend for the synchronization. If I rely on synchronizing via Mozilla or Google,...

Hey @Ken-B! Thanks for your input! Unfortunately it's not possible to [customize hotkeys](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/commands) for web extensions right now and we already had trouble finding a shortcut which works across browsers...

Thanks for the report @riksoft! That is actually a known bug described in #41 (the captcha is being being loaded in an iframe) and unfortunately I don't see a quick...

Hi @telamon! Thanks for your report. I tried to reproduce the bug you've described but wasn't sucessful. I tried the following: 1. Visit https://www.w3schools.com/html/tryit.asp?filename=tryhtml5_webworker 2. Click on "Start Worker" 3....

That sounds indeed like a nice feature and wouldn't take too long to implement. I also never experienced the add-on with a huge number of domains, so pagination would be...