Skip to content

Instantly share code, notes, and snippets.

@KTamas
Created October 7, 2012 22:03
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 KTamas/3849762 to your computer and use it in GitHub Desktop.
Save KTamas/3849762 to your computer and use it in GitHub Desktop.
Bookmarklet loader for wordpress
(function() {
var a=document.createElement('script');
a.setAttribute('src','//my/bookmarklet/source.js');
document.body.appendChild(a)
}());
<a href=javascript:(function(){var%20a=document.createElement('script');a.setAttribute('src','//my/bookmarklet/source.js');document.body.appendChild(a)}());>Csak happolhatóak</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment