Skip to content

Instantly share code, notes, and snippets.

@akatopo
Forked from JoelBesada/README.md
Last active December 28, 2015 19:38
Show Gist options
  • Save akatopo/7551260 to your computer and use it in GitHub Desktop.
Save akatopo/7551260 to your computer and use it in GitHub Desktop.

This is a command for Backtick. A Backtick command consists of some executable JavaScript and a bit of metadata in JSON.

This command adds a page to pocket.

(function(){ISRIL_H='a862';PKT_D='getpocket.com';ISRIL_SCRIPT=document.createElement('SCRIPT');ISRIL_SCRIPT.type='text/javascript';ISRIL_SCRIPT.src='https://'+PKT_D+'/b/r.js';document.getElementsByTagName('head')[0].appendChild(ISRIL_SCRIPT)})();
{
"name": "Add to Pocket",
"description": "Adds page to pocket",
"icon": "https://dl.dropboxusercontent.com/u/344556/Pocket_AppIcon_iOS.png",
"link": "http://getpocket.com"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment