Skip to content

Instantly share code, notes, and snippets.

@TechNickAI
Created February 11, 2013 19:57
Show Gist options
  • Save TechNickAI/4757100 to your computer and use it in GitHub Desktop.
Save TechNickAI/4757100 to your computer and use it in GitHub Desktop.
Bookmarklet for control tag helper
javascript:(function(){(function(){var div=document.createElement("div");div.id="kxhelper-container";div.setAttribute("style","position: absolute; top: 15%; left: 15%; background-color: white");document.body.appendChild(div);div.innerHTML="Loading...";function loadScript(src){var s=document.createElement("script");s.src=src;var ref=document.getElementsByTagName('script')[0];ref.parentNode.insertBefore(s,ref);}var u=window.helperPluginUrl||"http://media.krxd.net/helper-plugin.js";loadScript(u+"?"+Math.random());})();})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment