refined-github icon indicating copy to clipboard operation
refined-github copied to clipboard

:octocat: Browser extension that simplifies the GitHub interface and adds useful features

Results 489 refined-github issues
Sort by recently updated
recently updated
newest added

### 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...

help wanted
under discussion
good first issue

### 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...

bug
under discussion

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...

change request

### 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...

enhancement
under discussion
github bug

### 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...

bug
help wanted

### 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

enhancement
help wanted
good first issue

- 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...

bug
help wanted
ajax

### Description GitHub added native `tab-to-indent` support 🎉 but: - only on selected text (no selection = tab moves focus) - spaces 😩 ![text](https://user-images.githubusercontent.com/1402241/183241770-8062f1cc-2de3-4cde-a469-d15093845816.gif) This also conflicts with `indent-textarea`: -...

bug
help wanted