What kind of filter would it be if both hoge and fuga wanted to erase the elements in the URL string (value of href attribute) out of order?
a href="example.com/hoge/fuga"
a href="example.fuga.com/hoge"
and so on.
a href="example.com/hoge"
a href="example.fuga.com"
I would like to not delete it with only one URL.
:has-text
may have been used incorrectly, or it didn't work.
I don't think the notation is different between adblock and uBlock, but I appreciate your cooperation.
Please let me know if there are any tags to add.
If your AdBlocker can use the regular expression,
a href="[^"]*?hoge[^"]*?fuga[^"]*"
a href="[^"]*?fuga[^"]*?hoge[^"]*"
You may be able to specify it in such a way as
© 2024 OneMinuteCode. All rights reserved.