Skip to content

Commit

Permalink
fix: scriptlet parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
seia-soto authored and philipp-classen committed Jan 17, 2025
1 parent 5b143a3 commit f791d3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion filters/experimental.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ dogdrip.net##+js(trusted-suppress-native-method, document.querySelectorAll, '"st
! https://github.com/gorhill/uBlock/wiki/Resources-Library#trusted-suppress-native-methodjs-
! https://github.com/gorhill/uBlock/blob/97d11c03c20bdc15877c342c404f179ca5c63ff6/assets/resources/scriptlets.js#L4872-L4875
! Potential behavioral difference on scriptlet arguments: '/x$/' will escape $ but '"/x$/"' won't
dogdrip.net,tvtv.us,motscroises.fr##+js(trusted-suppress-native-method, String.prototype.concat, '"/^(css-load.com|html-load.com)$/"|"undefined"', abort)
dogdrip.net,tvtv.us,motscroises.fr##+js(trusted-suppress-native-method, String.prototype.concat, '"/^(css-load.com)$/"|"undefined"', abort)
dogdrip.net,tvtv.us,motscroises.fr##+js(trusted-suppress-native-method, String.prototype.concat, '"/^(html-load.com)$/"|"undefined"', abort)
!#endif
tvtv.us##+js(aopr, eval)

Expand Down

0 comments on commit f791d3a

Please sign in to comment.