-
Notifications
You must be signed in to change notification settings - Fork 436
[Firefox] Problem with “element hiding” filters #618
Comments
There is an invisible It doesn't help that I have no clue on how to debug content scripts on Firefox. |
Maybe related to: https://bugzilla.mozilla.org/show_bug.cgi?id=444165 |
For now I created a cosmetic filter to address this issue: But the real issue is that it appears no event is fired for when the content of a frame does not load. Need to investigate more. |
Maybe this is the answer: Firefox Add-on Debugger. |
Yes, I figured since long that part. I am talking about content scripts injected in the web page. |
@Deathamns I would like to have some help here. From my limited understanding: Apparently So I am wondering if there is a way, any way for |
It doesn't have to be synchronous, asynchronous is fine, the important part being that the uBlock's content script receives the |
The solution with async messaging would be no different if you query all the iframes, and check their URL. |
With adblock plus, this problem is missing. Maybe, the solution can be found in abp source code. |
I was linked here from the fix line in uBlock's filter:
This will not always work because of deviantart randomising the letters in place of the 'dp' prefix. Here is an excerpt from my own ad blocking userstyle of some selectors that correctly target the iframes.
You can probably get away with just changing the static filter to:
|
When open any page with a picture on deviantart.com for the first time "Download" button in the upper right corner is not working. The problem disappears if reload the page or off "element hiding" filters, but returns again after restarting the browser.
Example: http://skrainev.deviantart.com/art/Rendezvous-with-a-comet-203810612
The text was updated successfully, but these errors were encountered: