FiltersCompiler icon indicating copy to clipboard operation
FiltersCompiler copied to clipboard

Converting `href-sanitizer` scriptlet to uBO version is incorrect

Open piquark6046 opened this issue 3 months ago • 0 comments

Currently, the following AG scriptlet is converted from

ppomppu.co.kr#%#//scriptlet('href-sanitizer', 'a[href^="https://s.ppomppu.co.kr?"][href*="&target="]', '?target', 'base64decode')

to

ppomppu.co.kr##+js(href-sanitizer, a[href^="https://s.ppomppu.co.kr?"][href*="&target="], ?target, base64decode)

However, it should be

ppomppu.co.kr##+js(href-sanitizer, a[href^="https://s.ppomppu.co.kr?"][href*="&target="], ?target -base64)

piquark6046 avatar Jul 30 '25 11:07 piquark6046