jiandan custom

煎蛋定制

当前为 2017-07-07 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name jiandan custom
  3. // @namespace rfc2109
  4. // @version 0.1
  5. // @description 煎蛋定制
  6. // @author rfc2109
  7. // @include http*://jandan.net/duan/*
  8. // @grant GM_setValue
  9. // @grant GM_getValue
  10. // @grant GM_deleteValue
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15. //隐藏指定用户
  16. $("strong:contains('九十九千里')").closest('.row').remove();
  17. })();