Saving Myself from Myself

Do you have a bookmark you just mindlessly click all the time? I have at least one of those, and I found a way to make sure I really want to go to the site. I turned the bookmark into a bookmarklet with a JavaScript confirm before it loads. Now whenever I click a problem bookmark, I get a simple prompt: Are You Sure? If I really want to go to the site I click OK. If I was mindlessly clicking out of habit, Cancel.

If you too would like to create a time-saving mindful bookmarklet, here's how it works. Go in and edit any problem bookmark. Say for the sake of argument it's a bookmark for this URL:

http://www.google.com/reader

Add a tiny bit of JavaScript to the beginning and end of the URL, like this:

javascript:if(confirm('Are You Sure?')){document.location='http://www.google.com/reader';}

Save, and done. I'm tempted to write a Greasemonkey script to add this prompt to every link on the web because that simple barrier to entry is helping me break free from my mindless skinner box. And JavaScript prompts are less painful than classic operant conditioning with electric shocks.
  • If one were to construct an amendment to the Constitution based on a literal reading of the Bible it might well contain the following stipulations. [via lancearthur]
  • Audio recordings of animals and environments throughout the western United States.
  • Need to type an extended character? Just point and click the symbol you need at this single serving site.
  • "Four years ago Time photographer Callie Shell met Barack Obama backstage when she was covering presidential candidate John Kerry. She sent her editor more photographs of Obama than Kerry. When asked why, she said, 'I do not know. I just have a feeling about him. I think he will be important down the road.' Her first photo essay on Obama was two and half years ago. She has stuck with him ever since." [via kottke]
  • "The newest and cutest exotic animals babies from zoos around the world." CUTE!
« Older posts  /  Newer posts »