Rob Garrison

Results 770 comments of Rob Garrison

Almost all of those suggestions have already been implemented in [GitHub Comment Enhancer](https://github.com/jerone/UserScripts/tree/master/Github_Comment_Enhancer) - it's been deprecated, but I believe it still works. > classify the userscripts as categories in...

Hi @Bluscream! Hmm, it should be possible. I found a [URL Shortener Unshortener](https://greasyfork.org/en/scripts/5359-url-shortener-unshortener) userscript that would resolve the url, but then an extra step of changing (or adding) a reverse...

Hi @aspiers! Make sure to reload the page (Shift + F5) after changing the option as the script is loaded into the page and does not refresh because GitHub uses...

The setting will always initially show the opposite of the current setting - see [line 233](https://github.com/Mottie/GitHub-userscripts/blob/master/github-collapse-in-comment.user.js#L233). LOL, actually, I just tested it and it does toggle the areas even without...

In Octopatcher (an addon created from this userscript), I set a select with two options: collapsed & expanded. Does that make more sense? Also, I'm going out of town on...

Ok, the current state is now visible. Eventually, I'd like to change out the prompt for a modal window with a select and number input similar to what I have...

Hi @legovadim! Thanks for letting me know! When I get some time, I'll get this fixed.

Sorry for the long delay.... v2.0.8 is now available. I added babel to the rollup config, but I didn't get a chance to test the resulting file: `format.es5.js`. Please let...