GitHub remark
This is a local version of GithubRemark based on Tampermonkey.
This script offers the ability to set a remark for any people you see on GitHub, whether you follow them or not.
For any user you have not remarked, the default remark "not set" will be displayed after his nickname. If you want to change the remark, you can simply double-click on the current remark and enter a new one in the input dialog.
This script has the following features:
This script uses localStorage to cache all the remarks using the key "GithubRemark-cache".
So if you want to backup or restore all the remarks on the computer, you can just open the development mode of your browser, and find the cache in the localStorage according to the key "GithubRemark-cache".