TLclean

Hides date and category until row is hovered

当前为 2015-05-11 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name TLclean
  3. // @author Paxamit
  4. // @description Hides date and category until row is hovered
  5. // @namespace paxamit
  6. // @include http://torrentleech.org/*
  7. // @include http://www.torrentleech.org/*
  8. // @license MIT
  9. // @version 0.2
  10. // @grant GM_addStyle
  11. // ==/UserScript==
  12.  
  13. GM_addStyle("#torrents tr:not(:hover) td.name { color: transparent }")