Skip to content

Commit

Permalink
Fixed again. *sigh*
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnay committed Feb 8, 2012
1 parent a8ce18f commit b1bd008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ and you are ready to go!
### Swank js as a booklarklet ###

Now as easy as running a bookmarklet! Just add a bookmark, and set this as the url:

javascript:%28function%28%29%20%7Bvar%20head%3D%20document.getElementsByTagName%28%27head%27%29%5B0%5D%3Bvar%20script%3D%20document.createElement%28%27script%27%29%3Bscript.type%3D%20%27text/javascript%27%3Bscript.src%3D%20%27http%3A//localhost%3A8009/swank-js/swank-js-inject.js%27%3Bhead.appendChild%28script%29%3B%7D%29%28%29%3B


Expand Down

0 comments on commit b1bd008

Please sign in to comment.