annimelofpkbcphbdikipjlconehbnpb
Improve usability of GitHub PR, issue, and other pages Better GitHub brings a handful of genuinely useful improvements to GitHub — inspired by Refined GitHub, but without the hundreds of toggles. Staying lean keeps it fast, focused, and easy to maintain for the long run. Open source, with zero tracking — no analytics, no telemetry, all data stays in your browser. (Some features need a GitHub token with repo scope.) What it does: • Better PR & issue lists — sort by recently updated, plus branch names, review status, and diff stats at a glance • Faster PR reviews — one-click approve, collapse/expand all files • Repo extras — a Releases tab, hover previews for watchers/forks/stars, commit tags & diff stats
Refined GitHub
Simplifies the GitHub interface and adds useful features Highlights: - Linkifies issue/PR references and URLs in code. - Makes whitespace characters visible. - Reduces tabs’ size to 4 spaces instead of 8. - Adds one-click merge conflict fixers. - Adds reaction avatars showing who reacted to a comment. - Adds a button to revert all the changes to a file in a PR. - Adds a build/CI status icon next to the repo’s name. - Adds a button to view the source of Markdown files. - Shows PRs that touch the current file. - Highlights the most useful comment in conversations. - Shows the first Git tag a merged PR was included in. - Adds a link to an automatic changelog for each tag/release. - Adds possible related pages and alternatives on 404 pages. - Displays the age of the repository in the sidebar. And so much more! 200+ features. See the website for a full list of features. The GITHUB and REFINED GITHUB trademarks are owned by GitHub, Inc. and used under license.
GitHub Recommender
Get similar repositories on GitHub page
Enhanced GitHub
Display repo size, size of each file, download link and option to copy file contents Extension that provides useful features on top of GitHub Website. 1. Displays repo size. 2. Displays each file size in every active branch (not applicable for folder / symlink) 3. Show download link for each individual file (not applicable for folder / symlink) 4. Copy file's contents directly to Clipboard (just won't work for markdown files) 5. Download file 7. Coming soon...please suggest by opening an issue on https://github.com/softvar/enhanced-github/issues Enhanced GitHub Chrome Extension doesn't collect/share/care about your data at all. Asks for GitHub Access Token only for private repos and if Rate Limiting is your concern. 1. "*://*.github.com/*" - for running on github.com domain. 2. storage - for storing GitHub access token on your local system. GitHub Access token is required for private repos and for handling API rate-limiting issues. 3. webRequest - to support GitHub being a single-page-application now. 4. webNavigation - to support GitHub being a single-page-application now. Read the detailed blog to support SPA and for requesting permissions #3 and #4 - https://medium.com/@softvar/making-chrome-extension-smart-by-supporting-spa-websites-1f76593637e8 * Note: From v1.0.0 onwards - Click on download icon/button while pressing Alt / Cmd(for Mac)/ Ctrl(for Windows) because GitHub has stopped downloading of files directly. * From v3.0.0 onwards, this extension wants webRequest permission so that it can properly handle SPA behavior of GitHub website. * From v4.0.0 onwards, it support GitHub New Design. Please check the detailed CHANGELOG - https://github.com/softvar/enhanced-github/blob/master/CHANGELOG.md OPEN-SOURCED and LICENSE: For more updates, please stay tuned! For any queries/issues - open an issue on https://github.com/softvar/enhanced-github/issues For any query, drop me an email at varun2902@gmail.com
GitHub Better Line Counts
Lots of code is generated nowadays and GitHub's line counts are not representative of a PR's true size. This extension subtracts generated files from the total line counts, giving you a better idea of how big a PR really is. That's it. Generated files are detected from the branch's root .gitattributes file. See GitHub's docs to learn how to mark a file as generated: https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github For a simple example, checkout this extension's .gitattributes file! https://github.com/aklinker1/github-better-line-counts/blob/main/.gitattributes The extension is open source: https://github.com/aklinker1/github-better-line-counts