Skip to content
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

Element picker & zapper does nothing on alluc.ee #3533

Closed
camk16 opened this issue Feb 21, 2018 · 10 comments
Closed

Element picker & zapper does nothing on alluc.ee #3533

camk16 opened this issue Feb 21, 2018 · 10 comments

Comments

@camk16
Copy link

camk16 commented Feb 21, 2018

Title.

alluc.ee

Nothing to screenshot; when I click on either the picker or zapper, literally nothing happens.

  1. Go to alluc.ee
  2. Try using picker/zapper
  3. Nothing happens

Set to block pop-ups, cosmetics, and fonts on alluc.ee

I added a bunch of filters (all but the experimental and language ones) recently that were not enabled by default. I hadn't tried using the element tools on alluc.ee before adding them, so I can't say whether or not the additional filters have anything to do with the issue -- though, I can't imagine why they would.

image

  • OS/version: Win10 x64
  • Browser/version: Chrome/63.0.3239.132 64bit
  • uBlock Origin version: 1.15.2

No custom filters.

@gorhill
Copy link
Owner

gorhill commented Feb 21, 2018

Did you disable cosmetic filtering for that site? Did you look at the logger as asked in CONTRIBUTING?

@uBlock-user
Copy link
Contributor

Add

alluc.ee##script:inject(abort-current-inline-script.js, String.fromCharCode, /\/\*[0-9a-f]{40}\*\//)
alluc.ee##script:inject(abort-on-property-read.js, document.styleSheets)

and check if you can use picker/zapper again.

@gorhill
Copy link
Owner

gorhill commented Feb 21, 2018

@uBlock-user I could not reproduce without these filters. Are you saying you can reproduce the issue? If so, please provide steps-to-reproduce, I could not repro with the information provided by OP.

@uBlock-user
Copy link
Contributor

uBlock-user commented Feb 21, 2018

@gorhill That's because you don't have piguiqproxy.com blocked, do you ? I can only reproduce, if I block the aformentioned domain FYI.

I will post the STR anyway.

  1. Add ||piguiqproxy.com^
  2. Browse to https://www.alluc.ee/
  3. The entire page will appear white as in broken, right click and click on Block Element, nothing will happen, now open the popup UI and click on the zapper icon and again nothing will happen.

@gorhill
Copy link
Owner

gorhill commented Feb 21, 2018

Thanks. So marking as a filter issue -- the site sabotage itself when some stuff is blocked.

Form now on I will require that people test with default filter lists before opening a new issue -- there is no way I will spend time replicating everybody's huge amount of filter list selection -- and in any case ruling out filter issue demands that the user uncheck filter lists to find out if one or more filter lists is the cause.

Your suggested filter is the one fixing the fitlering issue:

alluc.ee##script:inject(abort-on-property-read.js, document.styleSheets)

@gorhill gorhill closed this as completed Feb 21, 2018
@uBlock-user
Copy link
Contributor

piguiqproxy.com serves ads, hence the reason behind the blockage. Once the inline script detects connection to the aformentioned domain was not successful, it destroys the CSS.

@camk16
Copy link
Author

camk16 commented Feb 21, 2018

@gorhill Firstly, thanks for the quick reply!

To answer your question, I did disable cosmetic filtering on alluce.ee. As far as the logger goes, I didn't notice it in the issue post outline -- sorry about that. Regardless, after looking at it, I can say that it goes well over my head. I'll post it here, though, for you:

image

@camk16
Copy link
Author

camk16 commented Feb 21, 2018

@uBlock-user Thanks for the reply!

Just so we're clear, in order to fix my issue I add

alluc.ee##script:inject(abort-current-inline-script.js, String.fromCharCode, /\/\*[0-9a-f]{40}\*\//)

and

alluc.ee##script:inject(abort-on-property-read.js, document.styleSheets)

Here:

image

& voila?

...because that actually blocks the adds I wanted blocked, however I'm still unable to use the element tools.

@gorhill
Copy link
Owner

gorhill commented Feb 21, 2018

I did disable cosmetic filtering on alluce.ee

In that case that would be a duplicate of #3212.

@uBlock-user
Copy link
Contributor

@camk16 That would have fixed it if you were blocking piguiqproxy.com as explained in #3533 (comment) but in your case you had cosmetic filtering disabled, so it's no longer valid for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants