Skip to content

Instantly share code, notes, and snippets.

@AriPerkkio
Created April 11, 2022 05:36
Show Gist options
  • Save AriPerkkio/42a3a64120caa4547f3374853ef9157d to your computer and use it in GitHub Desktop.
Save AriPerkkio/42a3a64120caa4547f3374853ef9157d to your computer and use it in GitHub Desktop.
document.querySelectorAll([
'main',
'[role="main"]',
'header',
'[role="banned"]',
'footer',
'[role="contentinfo"]',
'section[aria-label]',
'section[aria-labelledby]',
'[role="region"][aria-label]',
'[role="region"][aria-labelledby]',
'nav',
'[role="navigation"]',
'aside',
'[role="complementary"]',
'form',
'[role="form"]',
'[role="search"]',
].join(','));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment