Last active
September 9, 2021 08:31
-
-
Save nire0510/084e479b8b863c7fba80b1b8cc466b7e to your computer and use it in GitHub Desktop.
Common selectors for Dom-Toggle browser extension
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"selector": ":not(.nH[role=main], .nH[role=main] *)", | |
"description": "Gmail's all elements, except emails list / email message", | |
"matches": ["*://*.google.com/mail/u/*/#inbox", "*://*.google.com/mail/u/*/#inbox/*"] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment