Bl.ockalize is a bookmarklet that takes you from a gist's page to its fancy bl.ocks.org presentation.
Last active
December 16, 2015 04:48
-
-
Save thedod/5379794 to your computer and use it in GitHub Desktop.
bl.ockalize bookmarklet
This file contains hidden or 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
| Drag the <a | |
| href="javascript:{if(location.hostname==='gist.github.com')window.open(location.toString().replace('s://gist.github.com','://bl.ocks.org'));void(0);}" | |
| >bl.ockalize</a> | |
| bookmarlet to your bookmark toolbar.<br> | |
| You can then click on the bookmarklet at <a target="_blank" href="https://gist.github.com/thedod/4548858">a gist's page</a> to view it via <a target="_blank" href="http://bl.ocks.org">bl.ocks.org</a>.<br> | |
| Neat. Eh? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment