-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Filters converted from Adguard are shown incorrectly in the logger #2664
Comments
The same issue with global hiding filters starting with |
And one more case: hiding filters that contain several domains are shown correctly only on the last domain in a list. For example, |
Actually, all this is by design, not a new behavior: uBO shows you the normalized version of a filter, not the raw, un-parsed version. So
While
And uBO won't report these filters in the logger if the element(s) they target is not found on the page. |
I describe the situation when the elements are found on the page and it's reported in the logger, but user can't see any information about this filter (like on the screenshot). There are elements named |
I can't get the |
Ok never mind, I swapped |
Just tested it on
My mistake, there's a |
So there's one more issue with the logger.
|
@hant05080 Maybe you need to fill separate issue for that? As temporally fix, style for Stylish/userContent.css:
|
2c9c98e introduced regression in logger. In Chromium, this is about 2s. |
Does the 7-second delay occur only the first time you lookup the filter, or does it happens also if you lookup again immediately? |
Happens every time, but may be little random in length - more like between 4 and 10 seconds. This is visible in Chromium profiler in worker thread as regex. Also on my phone, this is like 40 seconds! :( I found this commit by git bisect, then "Load Temporary Add-on" in about:debugging in Firefox ESR. For simple filter: |
Describe the issue
The filter list from which the filter was taken isn't shown in the logger.
Screenshot in which the issue can be seen
Steps for anyone to reproduce the issue
google.ru#$#.pdp-psy > .gb_Lc.gb_g[data-ved]{display:none!important;}
##.pdp-psy > .gb_Lc.gb_g[data-ved]:style(display:none!important;)
Your settings
The text was updated successfully, but these errors were encountered: