Skip to content

Instantly share code, notes, and snippets.

@Bovelett
Created May 10, 2022 20:38
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 Bovelett/b0b70d174727229eca496f096f0ede3a to your computer and use it in GitHub Desktop.
Save Bovelett/b0b70d174727229eca496f096f0ede3a to your computer and use it in GitHub Desktop.
Bookmark that checks if a site uses Elementor
/*Create a new bookmark, and paste the code below. When you want to check if a site uses Elementor, simply choose this bookmark whil you are on the page*/
javascript:(alert(document.querySelectorAll('.elementor').length?%27Yes%27:%27No%27))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment