fregante
fregante
### View file ✅ https://github.com/refined-github/sandbox/blob/6619/6619 ### Edit file ❌ https://github.com/refined-github/sandbox/edit/default-a/4679 ### Extension version 24.6.9 ### Browser(s) used Chrome
### Description `scrollable-areas` is a 100% CSS feature but I think we can extend it by allowing the user to disable the scrolling after a `click`, via `delegate` event. It's...
### Description New dropdowns use `popover` and new custom elements, we don't track them yet. Examples: ### Example URLs https://github.com/refined-github/sandbox
Some Refined GitHub users switch between multiple accounts. This is not well-supported. ### Detection 1. Cache the result of the API call from https://github.com/refined-github/refined-github/pull/7380 - Not perfect because the token...
We have detections like `userCanLikelyMergePR` that have to guess the capabilities of the current user, but I think it would be better to query the API. https://github.com/search?q=repo%3Arefined-github%2Frefined-github%20userCanLikelyMergePR&type=code https://github.com/search?q=repo%3Arefined-github%2Frefined-github%20canEditSidebar&type=code https://github.com/search?q=repo%3Arefined-github%2Frefined-github%20canEditEveryComment&type=code https://github.com/search?q=repo%3Arefined-github%2Frefined-github%20canCreateRelease&type=code...
### Description When it's actionable, clicking the icon could open the dropdown: Unfortunately there's no native deep-link, so the icon could point to `#rgh-action` and on load we can detect...
[](https://issuehunt.io/r/sindresorhus/refined-github/issues/3686) Outdated intro Refined GitHub is now also compatible with Safari (https://github.com/sindresorhus/refined-github/pull/3677), but it's not available on the App Store nor it's signed. ## Safari users 👋 If you're looking...
### Description The file finder requires a whole page load, it loses keypresses (`file-finder-buffer`) and it's not available everywhere (`repo-wide-file-finder`). The only reason to use it is muscle memory and...
### Description - Following https://github.com/refined-github/refined-github/pull/3753 We tried making that feature "look good" via CSS but we were limiting ourselves too much. A better solution would be: 1. Load fragment on...
### Description It's never clear when links point to comments in the same thread, example no difference between these two: https://github.com/refined-github/refined-github/issues/6057#issue-1402752533 https://github.com/refined-github/refined-github/pull/6020#issue-1385055095 ### Screenshot Before After _No response_ ### Example...