inert element attribute #4001
-
Prerequisites
I tried to reproduce the issue when...
DescriptionMore and more websites block you from interacting with the website if cookie banners are removed using the A specific URL where the issue occurs.https://www.asnbank.nl/home.htmlSteps to Reproduce
Expected behaviorAdd filter functionality to remove inert attributes in the DOM to stop websites from being frozen when blocking cookie banners. Troubleshooting information |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
|
Does this work? asnbank.nl##[inert]:remove-attr(inert) |
Beta Was this translation helpful? Give feedback.
-
|
Another case: https://www.reddit.com/r/uBlockOrigin/comments/1hpkxtl/help_needed_ublock_origin_blocking_clicks_after/ |
Beta Was this translation helpful? Give feedback.
-
|
Just report these websites using the chat icon in the popup panel, it's essentially a filter list issue, to be fixed in filter lists, not in uBO. uBO provides the tools for filter list authors to address that sort of issues. |
Beta Was this translation helpful? Give feedback.
-
|
Out of curiosity, I see that [inert] {
interactivity: inert !important;
}
I am guessing a bug in Chromium's early implementation of that property. |
Beta Was this translation helpful? Give feedback.

Does this work?