Skip to content

Instantly share code, notes, and snippets.

@seutje
Last active October 9, 2015 09:48
Show Gist options
  • Save seutje/057f26ea2b3d5ab8388c to your computer and use it in GitHub Desktop.
Save seutje/057f26ea2b3d5ab8388c to your computer and use it in GitHub Desktop.
Bookmarklet for easily inspecting drupal sites
javascript:(function(){var t=document.querySelector('meta[name="generator"], meta[name="Generator"]');alert(t?t.getAttribute("content"):"No generator meta tag found.")})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment