refined-github
refined-github copied to clipboard
:octocat: Browser extension that simplifies the GitHub interface and adds useful features
## Chrome ## Safari ## Repro You can follow the repro in https://github.com/refined-github/refined-github/issues/8216 to see those errors in the console Likely cause: https://github.com/refined-github/refined-github/issues/8077#issuecomment-2482518841 ### Extension version 24.12.20 ### Browser(s) used...
### Description ``` ElementNotFoundError: Expected element not found: [data-hovercard-type="repository"][href="/mozilla/addons-linter"] at expectElement (chrome-extension://jialghbnladbdlhaibaoejjlnihkmemc/assets/npm/select-dom.js:21:11) at initHeadHint (chrome-extension://jialghbnladbdlhaibaoejjlnihkmemc/assets/features/show-open-prs-of-forks.js:66:2) at async chrome-extension://jialghbnladbdlhaibaoejjlnihkmemc/assets/feature-manager.js:167:20 at async Promise.all (index 0) at async asyncForEach (chrome-extension://jialghbnladbdlhaibaoejjlnihkmemc/assets/helpers/async-for-each.js:6:2) ``` ``` ElementNotFoundError:...
### Description  When we look at the [forks view](https://github.com/github/explore/forks?include=active&page=1&period=2y&sort_by=last_updated) of [`github/explore`](https://github.com/github/explore), sorted by "recently updated", we immediately see, that we actually don't see that many useful information. * **Pull...
### Description Major releases often include information on how to upgrade and what's breaking exactly, I think this should be brought forward on the releases page. There are two issues:...
### Description See issue description at: https://github.com/matthizou/github-show-avatars/issues/6#issuecomment-2544227501 ``` ElementNotFoundError: Expected element not found: .Counter at expectElement (chrome-extension://hlepfoohegkhhmjieoechaddaejaokhf/assets/npm/select-dom.js:21:11) at addBugsTab (chrome-extension://hlepfoohegkhhmjieoechaddaejaokhf/assets/features/bugs-tab.js:92:22) at async init (chrome-extension://hlepfoohegkhhmjieoechaddaejaokhf/assets/features/bugs-tab.js:158:3) at async chrome-extension://hlepfoohegkhhmjieoechaddaejaokhf/assets/feature-manager.js:157:20 at async Promise.all...
### Description While I absolutely understand the reasoning behind having the `safer-destructive-actions`, I personally would like to turn it off. However currently the only way for me to do so...
### Description Right now the `restore-file` feature works very nicely for text-based files. It doesn't appear to work for binary files, such as images, though. I would appreciate it if...
### Description 404 pages used to be static and empty, like https://github.com/404 But now all pages other than `/404` do include some UI, like the header. This means `sort-conversations-by-update-time` is...
### Description Current: In any workflow list (in Actions), I have to click the […] button to show a menu, then choose cancel run.  Desired: A small red "Cancel...
### Description - Extracting this from #7856 The feature needs to be rewritten because the DOM is completely different and hopefully more consistent. I think the feature should look something...