Auto-submit del.icio.us form

By Jonathan Aquino Last update Mar 22, 2007 — Installed 198 times.
// ==UserScript==
// @name           Auto-submit del.icio.us form
// @namespace      http://jonathanaquino.com
// @description    Immediately submits the form in the window that the del.icio.us add-on pops up
// @include        http://del.icio.us/*?url=*
// ==/UserScript==
document.getElementById('delForm').submit();