Skip to content

Instantly share code, notes, and snippets.

@aejay
Created January 1, 2014 17:06
Show Gist options
  • Save aejay/8209598 to your computer and use it in GitHub Desktop.
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…
#laankejkbhbdhmipfmgcngdelahlfoji .checkbox,
#laankejkbhbdhmipfmgcngdelahlfoji .trash,
#laankejkbhbdhmipfmgcngdelahlfoji .show-button {
display: none!important;
}
#laankejkbhbdhmipfmgcngdelahlfoji .enable-controls:before {
content: "Get back to work.";
}
@devinrhode2
Copy link

that's impressive. hiding the disable checkbox?

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