You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.
Well, in case Ken-g6 wasnt clear, this is not very effective:
That's a video stream with a blocked ad over it.
Even if I set "Blocked frames color" to transparent, the box that says the domain of the blocked frame still appears.
EDIT: Ok, (I think) I now see what you meant. Anyways this is a feature request so it's your call. In my opinion it's a good idea to have that option (it could be off by default).
gorhill
changed the title
Frame transparency doesn't work for the whole frame
Frame transparency doesn't work for the whole replacement frame
May 25, 2014
That looks cool. It's code in the content script? (i.e. does that work if javascript is blocked?)
wondering if theres a possible ABP cosmetic filter that we can use to hide the iframe in the parent doc of a blocked sub_frame
ABP cosmetic filters are essentially anything which respect CSS3 selector syntax. I am not aware of any CSS selector which could be used to detect frames blocked by HTTPSB. Once I thought it would be easy to nail by having a CSS selector like iframe[src^="data:text/html,[first x characters of httpsb-generated base64 code], but the src attribute retains the original URL, not the redirected one. Of course that would have been too easy.
The way I see it so far, only after DOMContentLoaded, and the content script will have to send a laundry list of images and iframes so that the extension can mark whatever entry as blocked, and return the result, upon which the content script will hide each element marked as blocked.
In any case, my comment here is for #298. The opacity problem is a separate issue.
As reported by @ruimams in #298:
URL where the problem is highlighted:
The text was updated successfully, but these errors were encountered: