Get userid from Twitter profile page

Drag to your bookmark toolbar:
userid

And click it when you're on an individual Twitter profile.

The magic sauce:

window.location = "http://twitter.com/statuses/user_timeline/" + $("*[data-user-id]").first().attr("data-user-id") + ".rss";

No warranty. No guarantee. Etc.