Skip to content

Instantly share code, notes, and snippets.

@sperand-io
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sperand-io/9511314 to your computer and use it in GitHub Desktop.
Save sperand-io/9511314 to your computer and use it in GitHub Desktop.
Squirt Backtick Command
(function(){
if(window.sq){
window.sq.closed && window.document.dispatchEvent(new Event('squirt.again'));
} else {
window.sq = {};
window.sq.userId = '--squirtUser--';
s = document.createElement('script');
s.src = 'http://www.squirt.io/bm/squirt.js';
document.body.appendChild(s);
}
})();
{
"name": "Squirt",
"description": "Speed Read this page with Squirt",
"icon": "http://www.squirt.io/images/logo.png",
"link": "http://squirt.io"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment