Skip to content

Instantly share code, notes, and snippets.

@androidfanatic
Last active December 28, 2018 06:37
Show Gist options
  • Save androidfanatic/387e745917e82472fc2621ae2cd1bb50 to your computer and use it in GitHub Desktop.
Save androidfanatic/387e745917e82472fc2621ae2cd1bb50 to your computer and use it in GitHub Desktop.
Stylish theme/skin to prevent procrastination | Set to: facebook.com, reddit.com, news.ycombinator.com, linkedin.com, instagram.com
body:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content:"Stop Procrastination!";
background: orangered;
z-index: 99999;
text-align: center;
font-size: 48px;
padding-top: 240px;
color: #FEFEFE;
text-shadow: 0 0 2px #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment