The Daily UserScript: Display Extra Twitter Profile Information
Today's userscript adds three additional pieces of information to Twitter profiles, which are the user's id, date created, and time zone.
The Unpleasantry:
Currently some of a Twitter user's profile information, namely the user's id, date created, and timezone are all not displayed on their profile pages.
The Alleviation:
Once you install the "Twitter Display Extra Profile Information" UserScript all three of the missing pieces of profile information are displayed.
Notes
- Some users have not selected their time zone, so the time zone information obviously cannot be displayed for them.
- I've added commas to the ID as it is initially displayed so that it is easier to read, but for those that want to copy the number without the commas I have added an onClick event that removes them when the span containing the id is clicked.
- This userscript takes a second to kick in, so that it will leverage a previous userscript I wrote, and avoid making two identical ajax requests.

@erikvold