refined-github
refined-github copied to clipboard
:octocat: Browser extension that simplifies the GitHub interface and adds useful features
### Description - In the top-right of a comment, add a chevron icon that lets you collapse a comment to just the title bar. - Preserver collapsed issue comments between...
### Description Some commits don't run checks, for example those left by GitHub Actions: This is a drawback of the latest changes I made to the feature, but it also...
Fixes https://github.com/refined-github/refined-github/issues/5851. On merged PRs which are not (yet) part of a release a banner is shown to hint to create a release. This PR changes it from a banner...
### Description Context: - https://github.blog/changelog/2021-11-10-linkify-selected-text-on-url-paste/ This feature was [suggested in RG](https://github.com/refined-github/refined-github/issues/4310) and I was against it because it was troublesome. Months after it's been added, I still struggle with every...
### Description The `show-whitespace` feature doesn't consistently show the whitespace on all files. ### How to replicate the issue 1. Go to https://github.com/NixOS/nixpkgs/pull/183772 2. Click on the changed files tab...
### Description adding `pageDetect.isCompare` to the `include` should suffice. ### Screenshot _No response_ ### Example URLs https://github.com/refined-github/refined-github/compare/main...lint-2008
- More fixes for https://github.com/refined-github/refined-github/issues/5871 Completely untested. I might test and merge this partially. Releasing v22.8.8 likely before merging this.
### Description Here's what happens: 1. We create the DOM elements and attach the delegated listeners 2. The user navigates away 3. We remove the listeners 4. The user goes...
### Description GitHub added native `tab-to-indent` support 🎉 but: - only on selected text (no selection = tab moves focus) - spaces 😩  This also conflicts with `indent-textarea`: -...