開いているページのDNS Lookup,Nameserver Lookupを確認する
/* * @title checkLookup * @description 開いているページのDNS Lookup,Nameserver Lookupを確認する * @include http://* * @license MIT License * @require */ location.href='http://who.is/dns/'+document.domain;