Auto-submit del.icio.us form

By Jonathan Aquino Last update Mar 23, 2007 — Installed 278 times. Daily Installs: 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 2, 0, 1, 0, 0
// ==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();