kloth-dig-any

get all info from DNS, auto select ANY

// ==UserScript==
// @name        kloth-dig-any
// @namespace   hypermedia
// @include     http://www.kloth.net/services/dig.php
// @description get all info from DNS, auto select ANY
// @version     1
// @grant       none
// ==/UserScript==

document.getElementsByName("q")[0].value="ANY";