Who.is Remove Dross

Removes non-essential blocks from who.is website

2015-03-18 기준 버전입니다. 최신 버전을 확인하세요.

// ==UserScript==
// @name        Who.is Remove Dross
// @namespace   english
// @description Removes non-essential blocks from who.is website
// @include     http*://who.is*
// @exclude     http*://*reddit.com*
// @version     1.3
// @grant       GM_addStyle
// ==/UserScript==


// Main

$(document).ready(function(){
    $('.name-dot-com-video').hide();
    $('.call-to-action').hide();
});


长期地址
遇到问题?请前往 GitHub 提 Issues。