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
remove-class for now may no support combine , asap stay - so uBO will have to detect a change in the DOM as if AdGuard were removing CSS classes much faster.
This implementation in file for uBO should increase the compatibility of scripts in uBO, when AdGuard observes changes in the DOM tree by default.
@krystian3w commented on Thu Sep 30 2021
uBO finally added support dom tree observe by optional
, stayparameter for both scriptles:https://github.com/uBlockOrigin/uBlock-issues/wiki/Resources-Library#rajs-
example.com##+js(remove-attr, class, .j-mini-player, stay)Optionally newer uBO implemented combine
asapwithstay:example.com##+js(remove-attr, class, .j-mini-player, asap stay)gorhill/uBlock@35d7406 + veoplanet.com / Video ADS uBlockOrigin/uAssets#9528
https://github.com/uBlockOrigin/uBlock-issues/wiki/Resources-Library#rajs-
danskebank.fi##+js(rc, cookie-consent-banner-open, html, stay)remove-classfor now may no support combine, asap stay- so uBO will have to detect a change in the DOM as if AdGuard were removing CSS classes much faster.This implementation in file for uBO should increase the compatibility of scripts in uBO, when AdGuard observes changes in the DOM tree by default.