This browser extension detects when you're switching between the Conversations / Commits / Checks / Files changed pages on a GitHub PR, and reloads the browser tab instead of waiting for GitHub's cursed SPA to render the new page.
The fact that this improves loading times is bizarre, because GitHub is a single page app (SPA). Presumably, the only reason people make SPAs is because they can switch between pages faster. This is very cursed.
Installation
Learn more about GitHub's awful UI performance.
Contributions
Contributions are welcome! Just fork the repo, make a PR, and request me as the reviewer. I am pretty open to new features so go wild.
If it's a big feature idea, consider opening an issue so we can discuss first. That way we can clarify the design first. No pressure though.