Skip to content

Show the last read position of issues and pull requests in GitHub.

License

Notifications You must be signed in to change notification settings

antfu/refined-github-last-read

Repository files navigation

Userscript: Refined GitHub Last Read

Show the last read position of issues and pull requests in GitHub.

Install on Greasyfork

Screenshot 2024-11-27 at 20 55 26

Usage

Configurations

You should be able to see and change some options in your Tampermonkey dashboard.

Clear Storage

Run the following code under github.com in the console to clear the storage:

function clear() {
  for (const key in localStorage) {
    if (key.startsWith(`refined-github-last-read:`))
      localStorage.removeItem(key)
  }
}

Sponsors

License

MIT License © 2023 Anthony Fu

About

Show the last read position of issues and pull requests in GitHub.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project