Delicious.com - Auto-Highlight Bundled Tags

By murklins Last update Nov 18, 2008 — Installed 137 times. Daily Installs: 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0
// ==UserScript==
// @name           Delicious.com - Auto-Highlight Bundled Tags
// @namespace      http://murklins.talkoncorners.net
// @description    Automatically checks off "Highlight tags already in another bundle" anytime the bundle edit page is loaded.
// @include https://secure.delicious.com/settings/tags/bundle/edit*
// ==/UserScript==

(function() {
  highlightCheckbox = document.getElementById("highlight").click();
})();