Skip to content

Instantly share code, notes, and snippets.

@asfaltboy
Last active February 24, 2016 09:01
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 asfaltboy/ebc79292503901170b85 to your computer and use it in GitHub Desktop.
Save asfaltboy/ebc79292503901170b85 to your computer and use it in GitHub Desktop.
(Backtick command) Send page to pushbullet
// shamelessly snagged to use with backtick
javascript:void(location.href='https://www.pushbullet.com/push/link?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));
{
"name": "Send to pushbullet",
"description": "Send the current page to pushbullet.",
"icon": "https://s3.amazonaws.com/pushbullet-uploads/ujxPklLhvyK-FaRmZExQiHx8tMvmSpUCItsuJeFY5eUo/pushbullet.png",
"link": "https://gist.github.com/asfaltboy/ebc79292503901170b85"
}
@asfaltboy
Copy link
Author

For more custom commands see Backtick's Cool-Custom-Commands wiki page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment