TLclean

Hides date and category until row is hovered

目前为 2016-03-15 提交的版本。查看 最新版本

// ==UserScript==
// @name        TLclean
// @author      Paxamit
// @description Hides date and category until row is hovered
// @namespace   paxamit
// @include     http://torrentleech.org/*
// @include     https://torrentleech.org/*
// @include     http://www.torrentleech.org/*
// @include     https://www.torrentleech.org/*
// @license     MIT
// @version     0.2
// @grant       GM_addStyle
// ==/UserScript==

GM_addStyle("#torrents tr:not(:hover) td.name { color: transparent }")