Skip to content

Instantly share code, notes, and snippets.

@brapse
Created April 20, 2013 16:02
Show Gist options
  • Save brapse/5426444 to your computer and use it in GitHub Desktop.
Save brapse/5426444 to your computer and use it in GitHub Desktop.
Scistoric!
To add the detect bookmarklet, drag this to your bookmark bar:
<a href="
javascript:(function () {
var newScript = document.createElement('script');
newScript.src = 'http://localhost:4000/scistoric.user.js';
document.body.appendChild(newScript);
}());
">Scistoric</a> &lt;----
<br><br>
Then click on it, when you are on a page you want to SCISTORIFY.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment