Created
January 1, 2014 17:06
-
-
Save aejay/8209598 to your computer and use it in GitHub Desktop.
Removing some temptation from the StayFocusd extension for Chrome. To use this, 1) Remove the button from your toolbar, 2) visit the extensions page and allow the extension to run in incognito mode (recommended), and 3) add these styles to your user stylesheets (on Windows, that's found at %APPDATA%\Local\Google\Chrome\User Data\Default\User Sty…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#laankejkbhbdhmipfmgcngdelahlfoji .checkbox, | |
#laankejkbhbdhmipfmgcngdelahlfoji .trash, | |
#laankejkbhbdhmipfmgcngdelahlfoji .show-button { | |
display: none!important; | |
} | |
#laankejkbhbdhmipfmgcngdelahlfoji .enable-controls:before { | |
content: "Get back to work."; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
that's impressive. hiding the disable checkbox?