Skip to content

Instantly share code, notes, and snippets.

@jonesnxt
Created July 26, 2022 20:24
Show Gist options
  • Save jonesnxt/fb62f94d1b1f68c6aed9b9cf1f172960 to your computer and use it in GitHub Desktop.
Save jonesnxt/fb62f94d1b1f68c6aed9b9cf1f172960 to your computer and use it in GitHub Desktop.
Array.from(document.querySelectorAll(rule.selectorText)).some(
(node) =>
node.getBoundingClientRect().top < window.innerHeight &&
window.getComputedStyle(node).display !== 'none'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment