Skip to content

Instantly share code, notes, and snippets.

View curlyheads's full-sized avatar

curlyheads curlyheads

  • prometheus
  • Germany
View GitHub Profile
@curlyheads
curlyheads / Twitter RSS Bookmarklet
Created April 8, 2013 16:29
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>')})()