Created
October 7, 2012 22:03
-
-
Save sarahkadar/3849762 to your computer and use it in GitHub Desktop.
Bookmarklet loader for wordpress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
var a=document.createElement('script'); | |
a.setAttribute('src','//my/bookmarklet/source.js'); | |
document.body.appendChild(a) | |
}()); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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