Rob Garrison

Results 770 comments of Rob Garrison

Feedback I just sent to Medium: > Hi, I'm the author of the Darker-Medium browser (Chrome, Firefox & Opera) extension (`https://github.com/Mottie/Darker-Medium`). Right now if I go to this page on...

Response from Medium: > Hi, > > We are migrating our pages to a new stack, and this could be a result of that. (and the discrepancies you see could...

Hi @sirpeas! This is related to issue #10 (dealing with the profile pages), which essentially has the same problem. I'm not seeing the `gr__medium_com` class name on the `` tag;...

I got it working with ```js hasUnread = mail ? !mail.hidden : false; ``` Sorry, lots of personal stuff going on that I haven't had a chance to actually commit...

Hi @basings! Sorry for not replying sooner. I'll try to take a look into this soon.

Thanks @darkred! I keep meaning to update the code, but have been overly busy :( Try this change: ```js // Add insert details button function addDetailsButton() { const button =...

I finally got around to updating the userscript, but I didn't add the enhancement you requested... once I find some more free time! 😞

Hi @zhangsean! I'm wondering about a few things: 1. If this userscript is added to this repo, will you maintain it? - I would prefer if you hosted this userscript...

Hi @GregariousJB! The sorting userscript uses tinysort to provide the column sorting and it really isn't set up to parse the number values. I've been thinking about rolling my own,...

Hi @evanricard! My initial intension was to allow assigning a hotkey to navigate through issues or paginated results ([see the custom hotkey docs](https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-custom-hotkeys)). I discovered that [GitHub's hotkey library](https://github.com/github/hotkey) now...