Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.57 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.57 KB

tampermonkey-twitter-usernote

Tampermonkey script to add custom notes to Twitter users

What does it do

Adds an input box next to an user on Twitter website.

The content of the input box is stored for each Twitter user.

How to install

  1. Install Tampermonkey browser extension (for Chrome, Firefox, Microsoft Edge)
  2. Go to Twitter_User_Note in OpenUserJS
  3. Click on the "Install" button

Then you can go to twitter.com and use the improvements on any user's page.

Compatibility

  • Firefox >= 14
  • Chrome >= 18
  • Microsoft Edge >= 12

Compatibility checklist

How to update

Tampermonkey checks for a new version of this script daily by default.

If you want to trigger an ad-hoc update of a newer version:

  • Go to Tampermonkey -> Installed userscripts
  • Tick the checkbox next to the "Twitter User Note"
  • In the "Please choose an option" dropdown, select "Trigger update"
  • Click on the "Start" button next to the dropdown

License

Licensed under MIT License.

Technology Used

  • Twitter
  • VanillaJS
  • OpenUserJS
  • TamperMonkey