Skip to content

Instantly share code, notes, and snippets.

@curlyheads
Created April 8, 2013 16:29
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 curlyheads/5338174 to your computer and use it in GitHub Desktop.
Save curlyheads/5338174 to your computer and use it in GitHub Desktop.
Twitter RSS Bookmarklet
javascript:(function(){$('.profile-card-inner').append('<a%20href="https://api.twitter.com/1/statuses/user_timeline.rss?screen_name='%20+$('span.screen-name').text().replace('@','')%20+'&fetch=+Fetch+RSS+">RSS</a>')})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment