Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
canvasblocker.xpi | 2024-04-04 | 414.1 kB | |
1.10 source code.tar.gz | 2024-04-04 | 905.4 kB | |
1.10 source code.zip | 2024-04-04 | 1.0 MB | |
README.md | 2024-04-04 | 1.2 kB | |
Totals: 4 Items | 2.4 MB | 0 |
changes:
- added eBay to the convenience preset
- do not use proxy for Function.prototype.toString (causes weird problems sometimes)
new features:
- added setting showPresetsOnInstallation to be able to not show the presets page upon installation
- display version in page and browser action
- added protection for navigator.storage.estimate()
fixes:
- always protect about:blank
- persistent rng not working in Firefox for Android
- mobile default settings were not used in Firefox for Android
- settings export page did not show whole content in Firefox for Android
- new tabs opened from within the extension did not open properly in Firefox for Android
- settings reset confirmation dialog was not properly visible in Firefox for Android
- reload after changing the whitelist state in the browser action has to be done without cache
- data URL blocking was not affected by when changing the whitelist state in the browser action
- prevent unnecessary scroll bars in popups
known issues:
- if a data URL is blocked the page action button does not appear
- canvas and navigator APIs in workers are not protected