Add the ability for rpnt
/rmnt
type scriptlets to intercept text inside data:
urls
#3162
-
Case - Anti-adblock script is placed inside a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Before thinking of new scriptlets, let's try solution using currently supported syntax. How about:
|
Beta Was this translation helpful? Give feedback.
rmnt
/rpnt
are specifically made to work on text nodes at DOM creation time, anything beyond that is incompatible with the code implementing these scriptlets -- these scriptlets are designed to do their job as fast as possible at DOM creation time through DOM mutation events, and trying to make them do more than this would result in an unmaintainable mess of code paths with difficult to predict behavior.Before thinking of new scriptlets, let's try solution using currently supported syntax. How about: