Skip to content

Instantly share code, notes, and snippets.

@bKNN
Last active November 12, 2018 10:33
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 bKNN/12ad6243ec3996a74c92ab9b4ddb4f47 to your computer and use it in GitHub Desktop.
Save bKNN/12ad6243ec3996a74c92ab9b4ddb4f47 to your computer and use it in GitHub Desktop.
BOOKMARKLET - On Site SEO fast checker
javascript:function run(){var d=document,da=new Date(),b=d.body,p=('https:' == document.location.protocol ? 'https://' : 'http://'),ex=d.getElementById('twkmSEOScript');try{if(!b)throw(0);if(!ex){z=d.createElement('scr'+'ipt');z.setAttribute('src',p+'twkm.ca/min/f=gadgets/resources/seo-bookmarklet/seo-stable.js?ts='+da.getTime());z.setAttribute('id','twkmSEOScript');z.setAttribute('class','025');b.appendChild(z);}}catch(e){alert('Please wait until the page has loaded.');}}run();void(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment