You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then example.org#@%#//scriptlet('set-cookie')
should defuse only the last two, while example.org#@%#//scriptlet() or example.org#@%#//scriptlet('')
should defuse all of them.
NB:
uBlock Origin also supports #@#+js()
(without domain) to suppress all scriptlet in all sites. AdGuard could do the same, if you find it useful.
For example, #@%#//scriptlet('set-cookie')
(without domain) could defuse all set-cookie scriptlets everywhere.
uBlock Origin supports
example.org#@#+js()
to defuse all scriptlets in example.org.
AdGuard should support
example.org#@%#//scriptlet()
orexample.org#@%#//scriptlet('')
to do the same thing and convert the first one into that.
Furthermore, AdGuard could also add the ability to defuse a specific scriptlet.
For example, if you have
then
example.org#@%#//scriptlet('set-cookie')
should defuse only the last two, while
example.org#@%#//scriptlet()
orexample.org#@%#//scriptlet('')
should defuse all of them.
NB:
uBlock Origin also supports
#@#+js()
(without domain) to suppress all scriptlet in all sites. AdGuard could do the same, if you find it useful.
For example,
#@%#//scriptlet('set-cookie')
(without domain) could defuse all set-cookie scriptlets everywhere.
References:
https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#scriptlet-injection
The text was updated successfully, but these errors were encountered: