Rob Garrison

Results 801 comments of Rob Garrison

Clicking on the arrows works for me in Chrome. What browser are you having an issue in?

I found that the collapse arrows event listener was being bound on every page refresh. I've updated the script just now. Please try it now.

Ok, I've just updated the userscript to work on the logged out header... I can't reproduce the last issue with no arrows. I did change how the arrows are rendered,...

Hi @koppor! I was thinking it might be better to add a filter to filter out unwanted checks. My idea is to changing the "212 cancelled, 140 queued, 21 failing,...

Try out this userscript... it filters the checks for you: ![](https://user-images.githubusercontent.com/136959/102942194-56545b80-447a-11eb-8d24-12dc51d4ef7a.png) ```js // ==UserScript== // @name GitHub Filter PR checks // @version 0.1.0 // @description A userscript that filters PR...

Hi @CollinChaffin! Hmm, I have Octotree installed, but I'm not seeing the overlap you're describing (while pinned). ![2019-06-02 15_20_18-Custom Nav_ (Feature Request) Allow shifting right to provide better Octotree co](https://user-images.githubusercontent.com/136959/58766899-fb7eaa80-8549-11e9-8e5d-627fcef79027.png)...

Ok, I found the issue you're describing. It's a bit complicated. Octotree is adding a `padding-left` to the header when the side panel is pinned and resized; but it completely...

Try this userscript, for now: Outdated code ```js // ==UserScript== // @name GitHub FixHeader Adjust // @version 0.1.0 // @description A userscript that adjusts the header position for Octotree &...