Skip to content

Instantly share code, notes, and snippets.

@nire0510
Last active September 9, 2021 08:31
Show Gist options
  • Save nire0510/084e479b8b863c7fba80b1b8cc466b7e to your computer and use it in GitHub Desktop.
Save nire0510/084e479b8b863c7fba80b1b8cc466b7e to your computer and use it in GitHub Desktop.
Common selectors for Dom-Toggle browser extension
[
{
"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