Skip to content

Commit

Permalink
Adds bookmarklet info to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLaMuro committed Jul 14, 2012
1 parent 36c26c1 commit a0ba45d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,15 @@ Usage

This is obviously not an officially supported plugin, but if you would like to try it out, add the js file in a bookmarklet and give it a shot!

Add the following as the URL for a bookmark to try it out:

```javascript
javascript: (function(){var jsCode = document.createElement('script');jsCode.setAttribute('src', 'https://raw.github.com/NickLaMuro/irccloud_inline_images.js/master/irccloud_inline_images.js');document.body.appendChild(jsCode);}());
```

Word of Note
------------
For now, I know that IRCCloud uses jQuery, so I am currently not loading it in myself, but I might add a conditional check for it in the future.


(A more detailed README will be provided in the future)

0 comments on commit a0ba45d

Please sign in to comment.