rider

rider-page

  1. // ==UserScript==
  2. // @name rider
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description rider-page
  6. // @license MIT
  7. // @author eagl
  8. // @match http://ops-rider.*.com/App/Builds*
  9. // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
  10. // @grant GM_addStyle
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15. GM_addStyle(".ant-table-tbody>tr>td {padding: 5px 8px;}");
  16. GM_addStyle(".ant-table-tbody>tr:nth-child(n+7){ background:#e9e9e9;}");
  17. console.log("dddddd");
  18. })();
  19.