Skip to content

Instantly share code, notes, and snippets.

@thedod
Last active December 16, 2015 04:48
Show Gist options
  • Select an option

  • Save thedod/5379794 to your computer and use it in GitHub Desktop.

Select an option

Save thedod/5379794 to your computer and use it in GitHub Desktop.
bl.ockalize bookmarklet

Bl.ockalize is a bookmarklet that takes you from a gist's page to its fancy bl.ocks.org presentation.

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