topical media & game development
mashup-delicious-09-privatesaving.user.js / js
// ==UserScript==
// @name do not share
// @namespace http://www.yourwebsite.com
// @description Enables "do not share" on the del.icio.us posting interface by default.
// @include http://del.icio.us/*
// ==/UserScript==
if (document.getElementById('private')) {
document.getElementById('private').checked = true
}
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.