Skip to content

Instantly share code, notes, and snippets.

@dwc
Created September 26, 2010 15:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dwc/598042 to your computer and use it in GitHub Desktop.
Save dwc/598042 to your computer and use it in GitHub Desktop.
javascript:if (twttr != null && twttr.profileUser != null) { window.location = document.location.protocol + '//' + document.location.host + '/statuses/user_timeline/' + twttr.profileUser.id + '.rss'; } else { alert('Twitter profile not found!'); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment