-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blocking Flash that contains Ads #438
Comments
Can you provide a picture? I can't see any flash. Also basic information: browser/version, ublock version. |
The flash object isn't fading like the rest of the elements. |
With ABP, I did not see any tab above the Flash element. I can't find AdBlock in AMO. Anyways, as shown by @hotdogman, I believe Flash elements are rendered separately from the document in Firefox, they "float" above the document and mouse events directly go to Flash elements without being propagated the normal way. The logger was the solution in the current case, just filter the output so that the Given that Flash objects are on their way out, given this happens only with Firefox, and if click-to-play is not enabled, and given the logger works around the issue, I really don't feel like putting any effort for such a case to create some custom UI for these edge cases. It's just a matter of using existing tools when such edge case occurs. THis is what I got using the logger and filtering its output using
|
ABP for Firefox has an option to "Show tabs on Flash and Java" as did its predecessor, the old "Adblock" extension (which was taken off AMO years ago), but the current "AdBlock" (a port from AdBlock for Chrome, which once was on AMO and soon may be again) does not. |
In Adblock or Adblock Plus, there is a tab above the flash that allow the user to block the flash that contains ADS. In ublock origin, there is no such option. When selecting element picker, the mouse pointer becomes the "hand" icon and is unable to select the ads.
Using the logger feature, i still can't seem to pinpoint the location of the ads.
The Flash ad is on the LEFT hand side.
The text was updated successfully, but these errors were encountered: