GitHub - joshmoody24/make-github-great-again: Speed up GitHub by converting it to an MPA

1 min read Original article ↗

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.

Demonstration video

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.