Private delicious.com check

By Lucio Riccardi Last update Aug 1, 2008 — Installed 575 times. Daily Installs: 1, 3, 2, 0, 1, 2, 1, 5, 3, 4, 0, 2, 0, 0, 1, 0, 2, 4, 2, 4, 3, 0, 0, 11, 6, 2, 1, 1, 7, 0, 2, 2
//  Copyright (c) 2008 Lucio Riccardi


// ==UserScript==
// @name          Private delicious
// @namespace     http://delicious
// @description   Checks "do not share" by default on new delicious
// @include       http://delicious.com/*
// ==/UserScript==

document.getElementById("share").checked=true;