Roccobot
New Member
Hello,
I'm trying to write a rule to block the following iframe on a specific domain, let's say mydomain.com:
<iframe id="EU3rWhhcDTy" scrolling="no" style="position: fixed; display: block; z-index: 2147483647; margin: 0px; padding: 0px; outline: none; border: none; background-color: transparent; width: 320px; height: 134px; box-sizing: border-box; top: 0px; bottom: auto; left: 50px; transform: scale(1); transform-origin: left top 0px;"></iframe>
I'd like to block anything that matches size, scrolling type, position and left border, with no too specific (ID) or too generic (background color or so) attributes.
Is there a way to do it?
Thanks!
I'm trying to write a rule to block the following iframe on a specific domain, let's say mydomain.com:
<iframe id="EU3rWhhcDTy" scrolling="no" style="position: fixed; display: block; z-index: 2147483647; margin: 0px; padding: 0px; outline: none; border: none; background-color: transparent; width: 320px; height: 134px; box-sizing: border-box; top: 0px; bottom: auto; left: 50px; transform: scale(1); transform-origin: left top 0px;"></iframe>
I'd like to block anything that matches size, scrolling type, position and left border, with no too specific (ID) or too generic (background color or so) attributes.
Is there a way to do it?
Thanks!