Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@matthewhochler
Created December 26, 2013 17:17
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 matthewhochler/8136248 to your computer and use it in GitHub Desktop.
Save matthewhochler/8136248 to your computer and use it in GitHub Desktop.
Custom bookmarklet for Backtick (http://backtick.io/). Add current site's RSS to Feed Wrangler.
javascript:javascript:%20(function%20()%20{var%20jsCode%20=%20document.createElement(%27script%27);jsCode.setAttribute(%27src%27,%20%27https://feedwrangler.net/add_bookmarklet.js%27);document.body.appendChild(jsCode);}());
{
"name": "Add RSS to Feed Wrangler",
"description": "Add current site's RSS to Feed Wrangler."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment