SafariConverterLib icon indicating copy to clipboard operation
SafariConverterLib copied to clipboard

Negating scriptlets completely or regardless of its arguments is not supported

Open ameshkov opened this issue 4 months ago • 0 comments
trafficstars

Negating regardless of its arguments is not supported

example.org,example.com#%#//scriptlet("abort-on-property-read", "alert")
example.com#@%#//scriptlet("abort-on-property-read")
  • Expected result: the scriptlet is negated on example.com
  • Actual result: the scriptlet is not negated

Disable all scriptlets for domain

example.org,example.com#%#//scriptlet("abort-on-property-read", "alert")
example.com#@%#//scriptlet()
  • Expected result: all scriptlets are disabled on example.com
  • Actual result: the scriptlets still work

ameshkov avatar Jul 18 '25 12:07 ameshkov