Page 1 of 1

How to remove ugly black header on GitHub

Posted: 2017-02-11, 13:01
by JustOff
Yesterday GitHub introduced ugly black header which made me and many others unhappy. To revert it back to normal I use Modify HTTP Response with the following rule:

Code: Select all

[["github.com",["/^/",["header-dark",""]]]]
Before and after the fix:
palemoon_2017-02-11_15-03-35.png
palemoon_2017-02-11_15-03-45.png
P.S. I also do a lot of other useful things using this tool, such as css an js rewriting, correction of broken sites, prevention twitter from auto-play videos, etc ...