I created some filtering tools based on adblocker syntax #6167
DandelionSprout
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've noticed that twofactorauth.org seem to lack any significant filtering possibilities as far as I can determine, so seeing as I have quite a lot of experience in making lists/entries for adblockers, I felt I could contribute with some highly unofficial user-end filter methods:
twofactorauth.org##.negative
twofactorauth.org##.progress
twofactorauth.org#?#.jets-content > .desktop-tr:-abp-has(.icon.positive:nth-of-type(6):not(:-abp-has(.checkmark)))
twofactorauth.org#?#.jets-content > .desktop-tr:-abp-has(.icon.positive:nth-of-type(7):not(:-abp-has(.checkmark)))
twofactorauth.org#?#.jets-content > .desktop-tr:-abp-has(.icon.positive:nth-of-type(5):not(:-abp-has(.checkmark)))
twofactorauth.org#?#.jets-content > .desktop-tr:-abp-has(.icon.positive:nth-of-type(3):not(:-abp-has(.checkmark)))
twofactorauth.org#?#.jets-content > .desktop-tr:-abp-has(.icon.positive:nth-of-type(4):not(:-abp-has(.checkmark)))
twofactorauth.org#?#.jets-content > .desktop-tr:-abp-has(.icon.positive:nth-of-type(2):not(:-abp-has(.book)))
twofactorauth.org#?#.jets-content > .desktop-tr:-abp-has(span[data-html*="requires the Authy"])
twofactorauth.org#?#.jets-content > .desktop-tr:not(:-abp-has(span[data-html*="requires the Authy"]))
These entries should work in all major up-to-date adblockers, but ones that involve
:-abp-has
may or may not be slower to trigger on ABP and AdBlock than on the more advanced adblockers uBlock Origin and AdGuard.Beta Was this translation helpful? Give feedback.
All reactions