Skip to content

Instantly share code, notes, and snippets.

View jschneid's full-sized avatar
🙂
Coding

Jon Schneider jschneid

🙂
Coding
View GitHub Profile
@jschneid
jschneid / userContent.css
Created February 26, 2020 17:30
For Firefox. Hides distracting StackExchange "Hot Network Questions"; changes Google Docs background color from snowblindness white to a more palatable gray
@-moz-document domain(stackexchange.com), domain(stackoverflow.com), domain(serverfault.com) {
#hot-network-questions {
display: none;
}
}
@-moz-document domain(docs.google.com) {
/* Background area behind the document page */
.kix-appview {
background-color: slategray !important;

Keybase proof

I hereby claim:

  • I am jschneid on github.
  • I am jonschneider (https://keybase.io/jonschneider) on keybase.
  • I have a public key ASCCfQ1QbqW8usXR3YhDkfnSqxfUdF-nsPatwN0Jtqmazgo

To claim this, I am signing this object:

@jschneid
jschneid / userChrome.css
Last active September 19, 2017 19:24
For Firefox. Put in a "chrome" folder under the Firefox user profile directory (Help > Troubleshooting Info > Profile Folder)
.tabbrowser-tab {min-width: 016px !important;}
.tabbrowser-tab {clip-width: 016px !important;}