-
Notifications
You must be signed in to change notification settings - Fork 639
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
94d3096
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Yuki2718 If I'm not wrong,
inlineScript
inabort-on-stack-trace
it's not supported by AdGuard (I will open an issue about it in scriptlets repo- AdguardTeam/Scriptlets#201).Also, extension (stable version) doesn't support
abort-on-stack-trace
yet.Could you please check if these rules work:
94d3096
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is why I couldn't test on Extension. Should have tested on dev build tho.
No, not working either on AG Ext or uBO.
Of note Extra works fine.Oh, not - now Extra is also bypassed.94d3096
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These rules seem to work fine on my end with AdGuard for Windows/extension for Chrome/Firefox.
Could you please make a screenshot with adblock notice?
94d3096
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, sorry I forgot to enable Chinese filters and with Chinese filters enabled they work.
So maybe.!#if
And now working on uBO too, I had typo. Can't do anything right today.At leastrjno1.com##+js(abort-on-stack-trace, setTimeout, /google|inlineScript/)
seems to be needed for uBO.94d3096
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, so I will add them for AdGuard only and leave
abort-on-stack-trace
for uBO.Thank you for checking it.
94d3096
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added 59fa0de
94d3096
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, you were faster :)
94d3096
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rjno1.com#%#//scriptlet("abort-current-inline-script", "EventTarget.prototype.addEventListener", "event.target.tagName")
is needed for uBO as well. The rest 2 may not, but no harm currently.94d3096
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gorhill @gwarser Apparently acis in uBO can't abort inline on access to setTimeout in this case. Please take a look if you have time by adding
(As they change quickly,
sent saved page to gwarser on Slack.saved page:)
94d3096
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see inline scripts at these pages, only scripts pulled in as secondary resources.
94d3096
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gorhill Possibly my links confused you? The site in question is
https://www.rjno1.com/
and I see lots of inline-script as of now. The site is a serious circumventor chaning every few hours so I saved html and updloaded the files toln5.sync.com
(cloud storage).