Skip to content

Just a reminder every once in a while that you're still on Facebook/Reddit/Twitter. You're still here.

Notifications You must be signed in to change notification settings

KevinConti/YoureStillHere

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

You're Still Here 1.2.1

Time-consuming websites suck. This Chrome extension will remind you every once in a while that you're still on a time-consuming website with a quick and simple dialog reminding you that "You're still here".

Instead of trying to outsmart yourself with programs and network configs, excercise your self-discipline with a little extra nudge.

This extension uses a fork of code originally written by Claviska from 2011 dual licensed under the MIT / GPLv2 licenses.

How To Use

All changes are done in the Javascript console (Ctrl+Shift+J).

To turn on YSH, just go to the website you'd like to enable and set ysh_time.

localStorage.setItem('ysh_time', 30);

To change the message for this website, just set ysh_message.

localStorage.setItem('ysh_message', 'You\'re still here');

To remove YSH from a webpage, remove ysh_time.

localStorage.removeItem('ysh_time');

About

Just a reminder every once in a while that you're still on Facebook/Reddit/Twitter. You're still here.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.3%
  • CSS 7.7%