// ==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 }