Created
May 10, 2015 13:19
-
-
Save MightyPork/6c286d68019d33ec2b2b to your computer and use it in GitHub Desktop.
Herodes filler bookmarklet
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
javascript:(function(){if(window.herodes_filler_bookmarklet!==undefined){alert('Bookmarklet already loaded!')}else{document.body.appendChild(document.createElement('script')).src='http://ondrovo.com/data/herodes_fill_bm.js';}})(); | |
// Pozor, když se to uloží jako záložka v Chrome, někdy se ztratí to "javascript:" na začátku. | |
// Je potřeba dát Edit a zkontrolovat, že je adresa správně |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment