Skip to content

Instantly share code, notes, and snippets.

@benjaminoakes
Last active May 25, 2017 15:39
Show Gist options
  • Save benjaminoakes/99760293ffdd4e5d130b6791d9287d47 to your computer and use it in GitHub Desktop.
Save benjaminoakes/99760293ffdd4e5d130b6791d9287d47 to your computer and use it in GitHub Desktop.
Simple RSS item bookmarklet
void(prompt('Copy',"<item><title>"+document.title+'</title><guid%20isPermaLink="true">'+document.location+"</guid><link>"+document.location+"</link></item>"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment