del.icio.us delete now

By Blake West Last update Jun 5, 2007 — Installed 1,933 times. Daily Installs: 0, 0, 0, 2, 0, 0, 1, 0, 0, 0, 2, 0, 3, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 2, 0, 0, 1, 0, 0, 1, 2, 0
// ==UserScript==
// @name           del.icio.us delete now
// @namespace      http://www.tweaksthelimbs.org/greasemonkey/
// @description    Removes the delete-bookmark-confirmation functionality from del.icio.us.
// @include        http://del.icio.us/*
// @version	    0.4
// @GM_version	    0.6.9
// @FF_version	    2.0.0.3
// @modifies	    http://del.icio.us/ui/static/delicious.js?v=61E-123
// ==/UserScript==

unsafeWindow.onclicks['rm'] = unsafeWindow.rmPostYes;