Skip to content

Instantly share code, notes, and snippets.

@abhiomkar
Last active August 8, 2018 19:50
Show Gist options
  • Save abhiomkar/921afb0af7e1a8a22ba4518df715a8ee to your computer and use it in GitHub Desktop.
Save abhiomkar/921afb0af7e1a8a22ba4518df715a8ee to your computer and use it in GitHub Desktop.
/**
* 1. Install stylebot chrome extension https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha
* 2. Add this CSS to any site which is killing your productivity =)
*/
body > *:not(#stylebot-container) {
display: none;
}
html::before {
align-items: center;
content: "Take a deep breath! 🧘🏻‍♂️";
display: flex;
font-family: 'Google Sans', Roboto, Helvetica, Arial, sans-serif;
font-size: 32px;
justify-content: center;
letter-spacing: 0.54px;
margin-top: -40px;
height: 100vh;
}
html {
background: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment