GitHub-userscripts
GitHub-userscripts copied to clipboard
Userscripts to add functionality to GitHub
 I highlighted the area's the text is overlapping. I may create a PR for this
I've noticed in 'GitHub Collapse In Comment' that the lines count value appears to be +1 the expected one. The relevant line in the script: https://github.com/Mottie/GitHub-userscripts/blob/af1d51d243ee22773606516c8592f82ebc89720e/github-collapse-in-comment.user.js#L126 For the following block:...
Screenshot:  Direct link to the page: https://gist.github.com/John-Paul-R/6819feb2f2f794df06ae678878cddaf3
Hey @Mottie, can you explain what {page-1} and {page+1} could, should, and would be used for in your custom hotkeys script? I can see this being useful if a person...
Greetings @Mottie It's a feature request I wanted to make for a long time now: it's about your awesome script, "GitHub table of contents". Would it be possible to make...
When having hundreds of tests, it is difficult to switch to the failing ones. Example:  My solution proposal: Sort the list of check outputs by "priority": failing, running, queued,...
Hey @Mottie Rob! For those using Octotree, the pinned left content bar almost completely overlaps the GH search box in the custom NAV bar, even when used with the very...
I'm trying to have a 140 column width limit in the single page diff. Not sure if it's possible.
This extension got my interest because on some PRs with lots of inline comments traffic it can be difficult to even see the code inbetween the comments. I wanted the...
1. create comment (with [+]) 2. hide all comments in file 3. show comments 4. cancel comment created at [1] 5. hide comments again Expected: no comment Observed: a hidden...