kloth-dig-any

get all info from DNS, auto select ANY

当前为 2016-02-17 提交的版本,查看 最新版本

// ==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";