Skip to content

Instantly share code, notes, and snippets.

@dimaqq
Created January 23, 2023 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimaqq/b98b5009c9fa483b79b2ba5834b93ea3 to your computer and use it in GitHub Desktop.
Save dimaqq/b98b5009c9fa483b79b2ba5834b93ea3 to your computer and use it in GitHub Desktop.
[...document.getElementsByTagName("div")].filter(e => e.getAttribute("data-testid") === "comment-top-meta").filter(e => /dimaqqqq[\n]*-?[012345] point/.exec(e.innerText)).map(e => {e.style.border = "2px solid yellow"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment