Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

throw errors for things like double action operators, double ## #?# #12

Closed
RedDragonWebDesign opened this issue Jul 1, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@RedDragonWebDesign
Copy link
Owner

RedDragonWebDesign commented Jul 1, 2020

! per ublock documentation
example.com##+js()

! can't have things twice
example.com##test#?#test:style(position: absolute !important;)
example.com#?#test##test:style(position: absolute !important;)
example.com##test:style(position: absolute !important;):style(position: absolute !important;)
example.com#?#test:style(position: absolute !important;):style(position: absolute !important;)
example.com##test#@#test
example.com##test#?#test
example.com#?#test##test

! action operators :style() and :remove() are not allowed to be applied in many cases
example.com##^.badstuff:style(position: absolute !important;)
example.com##^.badstuff:remove(position: absolute !important;)
example.com#@#^.badstuff:style(position: absolute !important;)
example.com#@#^.badstuff:remove(position: absolute !important;)
example.com#@#.badstuff:style(position: absolute !important;)
example.com#@#.badstuff:remove(position: absolute !important;)
tribunnews.com##+js(acis, Math, ='\x):style(position: absolute !important;)
test.com$websocket:style(position: absolute !important;)
audiofanzine.com#$#abort-on-property-read TextDecoder:style(position: absolute !important;)
@RedDragonWebDesign RedDragonWebDesign changed the title throw errors for things like double action operators, double ## #?# Bug - throw errors for things like double action operators, double ## #?# Jul 1, 2020
@RedDragonWebDesign RedDragonWebDesign added the bug Something isn't working label Jul 1, 2020
@RedDragonWebDesign RedDragonWebDesign changed the title Bug - throw errors for things like double action operators, double ## #?# throw errors for things like double action operators, double ## #?# Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant