//refined-github-last-readbyantfu

refined-github-last-read

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

47
0
47
JavaScript

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

[beta]v0.14.0