clickable guilt-o-meter

Last update on Jun 19, 2005

Keeps track of time wasted reading slashdot (or any page).




You could comment on this script if you were logged in.

7 comments Feed-icon

1 point
login to vote
Dan F scriptwright
Posted Feb 13, 2006

I love this thing...up to 48 hours. I would just change the include to *slashdot.com*, not *slashdot*.

Oh, and maybe a simple way to reorder the hours and minutes. I went into the code to change it to have hours on top and minutes at the bottom but it would be a lot simpler to have a variable at the top of the code that anyone can easily change.

1 point
login to vote
chris feldmann script's author
Posted Sep 22, 2005

I mean Henrik. Sorry ;-)

1 point
login to vote
chris feldmann script's author
Posted Sep 22, 2005

Heinrik, and even more, remove the reference to window. Or even better, since I can't see where else I reference that variable, remove it all together.... Hmm, yup. Still works fine! Had to add some z-index style rules after slashdot's upgrade to HTML4.01 and css.

Josh, this came from a stopwatch script that had a lap button, but I'd have to check into detecting loss of tab focus...

1 point
login to vote
Henrik N admin
Posted Sep 17, 2005

I believe you could shorten the first line to

window.cumulative = GM_getValue("countoff") ? GM_getValue("countoff") : 0;

1 point
login to vote
Josh 1 scriptwright
Posted Sep 17, 2005

One cool feature, that I'm not sure if its possible, would be to stop the counter when you're in another tab.

1 point
login to vote
Arvid scriptwright
Posted Aug 15, 2005

this is a cool and good looking script. can't get it to work though :/ minutes and hours always stays at 0. you've got to change the include too, to http://slashdot.org/articles/* or something.

1 point
login to vote
chris feldmann script's author
Posted Jul 19, 2005

author: cwf@axlotl.net

You could comment on this script if you were logged in.