-
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
script:contains is not working after page reload #2015
Comments
|
Thank you for pointing it out, but unfortunly it doesn't affect described behaviour. |
If I understand correctly |
@F4z damn, I scrolled the page until first example (and this text is before it), so I skipped it... It seems that issue should be closed/deleted. But before we did it: Is there some workaround? For example if I understand properly, for example I can override jQuery |
"Starring the related Chromium issue may help motivate Chromium devs to implement support." (с) docs |
With my filter lists I do not have message to disable adblock, but I see asus ad on this forum. Or you can enable "RUS: Adguard Russian Filter" in this list is this rule to hide this ad: |
Read this for more details on why Chromium devs chose not to include it - whatwg/html#943 |
@uBlock-user yes I see:
|
In the thread, it was suggested that the ability to block script in a manner similar to |
If I understand correctly, if they provide support for this through extensions API side, then this feature can be implemented in Chromium too ? |
Yes. |
Good to know, speaking of chromium, uBO is not getting updated on Chrome Web Store since version 1.9.4, even though you released 1.9.6 weeks ago, can you look into that ? |
If all seems well later today with FF 1.9.8, I will submit to the Chrome/Opera stores. |
So you're going to skip 1.9.6 and directly upload 1.9.8 after 1.9.4 to chrome store later ? |
Yes, there was not much high profile fixes for Chromium-based browser in 1.9.6. |
I have a site which I like to read, but yesterday they added
anti-adblock
inline script which blocks a page withdisable adblock
message.Firstly I disabled
inline scripts
and it worked. But then I found thatonclick
handlers are not working. So i started to google something for specific and foundscript:contains
filter which was exactly what I was looking for. But it works for only first load of the page, then scripts continues to work.Sample page: https://forums.overclockers.ru/viewtopic.php?f=123&t=564019
When you firsly load the page it loads fine, but any reload will display the same message.
Debugger shows that it evals forbidden script:
My filters:
I have no other extensions to interfer with uBlock.
To reproduce:
Adblock
text withinChrome 53 + uBlock 1.9.4, Windows 10 x64
As I said before, toggling
disable all inline scripts
option works, so it's an issue with very thisscript.contains
.The text was updated successfully, but these errors were encountered: