Blocks user-hostile CSS properties and user-hostile JS listeners.
This simple browser extension blocks websites from using hostile CSS properties that prevent the user from using a static or dynamic website. This extension specifically targets websites that make the website unusable unless the user clicks on Accept in their Consent banners.
- Blocks
contextmenuevent blockers - Blocks
wheel/mousewheelevent blockers - Blocks
touchmoveevent blockers - Blocks
overflow: hiddenstyles - Blocks
filter: <filter>styles - Blocks
backdrop-filter: <filter>styles - Blocks
pointer-events: nonestyles
This extension somewhat enforces compliance with EU GDPR law Article 6(1)(a) and Article 7. A lot of websites violate those on purpose to force users into clicking Consent on their Cookie banners.
Additionally, Recital 32 GDPR states specifically:
Silence, pre-ticked boxes or inactivity should not constitute consent.
AGPL-3.0