Skip to content

Instantly share code, notes, and snippets.

@SpinB
SpinB / verge.css
Created September 21, 2019 04:01
Custom coloring of verge.com
/***********************************************************************************************************************
THE VERGE BY SpinBox
************************************************************************************************************************/
@-moz-document domain(theverge.com) {
body,
html {
background-color: #151515 !important;
color: #888888 !important;
}
@SpinB
SpinB / hide_buttons.css
Last active June 2, 2019 18:04
Hide Firefox min, max and close buttons.
/*
You can add this block to your userChrome.css or you can
save the file and import it to your userChrome.css
@import "css/userChrome-files/hide_buttons.css";
Just change the path to the file.
*/
/************************************************
Hide min max and close Buttons in Private Mode
************************************************/