Skip to content

Instantly share code, notes, and snippets.

@guangtuan
Last active August 7, 2019 14:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guangtuan/9d7696409d834dc646088f2956e9ec92 to your computer and use it in GitHub Desktop.
Save guangtuan/9d7696409d834dc646088f2956e9ec92 to your computer and use it in GitHub Desktop.
clear stackoverflow css
#overlay-header,
#js-gdpr-consent-banner,
#header,
#feed-link,
#footer,
#sidebar,
#post-form,
.so-header,
.bottom-notice,
.aside-cta,
.everyonelovesstackoverflow,
#left-sidebar,
#announcement-banner,
body > div.py48.bg-black-700.fc-black-200.sm\:pt24.sm\:pb24.ps-relative.js-dismissable-hero,
body > aside,
body > header.site-header,
body > div.old-hero.hero-container._fixed.js-dismissable-hero {
display: none;
}
#question > div.post-layout,
#answers,
.answer {
width: 1150px;
}
.quackoverflow {
display: none;
}
.post-text,
.post-text > p > code {
font-size: 22px;
}
#question > div.post-layout > div.postcell.post-layout--right > div.post-text > pre > code > span,
.answer > div > div.answercell.post-layout--right > div.post-text > pre > code > span {
font-size: 18px;
}
@guangtuan
Copy link
Author

guangtuan commented Mar 27, 2018

  • https:\/\/stackoverflow.com\/questions\/[0-9]+\/.*
  • https:\/\/unix.stackexchange.com\/questions\/[0-9]+\/.*
  • https:\/\/english.stackexchange.com\/questions\/[0-9]+\/.*
  • https:\/\/math.stackexchange.com\/questions\/[0-9]+\/.*
  • https:\/\/codereview.stackexchange.com\/questions\/[0-9]+\/.*
  • https:\/\/superuser.com\/questions\/[0-9]+\/.*
  • https:\/\/askubuntu.com\/questions\/[0-9]+\/.*

@guangtuan
Copy link
Author

add a match url: https:\/\/unix.stackexchange.com\/questions\/[0-9]+\/.*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment