Skip to content

Instantly share code, notes, and snippets.

@fitsum
Last active April 26, 2024 05:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fitsum/5cd14ccc7b7382cfb2f26c5affe3952b to your computer and use it in GitHub Desktop.
Save fitsum/5cd14ccc7b7382cfb2f26c5affe3952b to your computer and use it in GitHub Desktop.
drop in console and remove like suggestions (in case I forget)
Array.from(document.querySelectorAll('[data-tooltip-content="Remove Suggestion"]')).forEach((each)=>{each.click()})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment