How to remove ugly black header on GitHub

Post your tutorials for using applications or performing related tasks here.
Note: Not for "how do I...?" Questions!
Forum rules
Tutorials and Howtos should only relate to developed software, and not to third party applications. e.g.: Don't post a generic Howto for configuring a firewall.
If you have a question how to do something, you should use one of the support boards, not this board. It is meant for people to document and post instructions.
JustOff

How to remove ugly black header on GitHub

Unread post by JustOff » 2017-02-11, 13:01

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 ...

Locked