jiandan custom

煎蛋定制

  1. // ==UserScript==
  2. // @name jiandan custom
  3. // @namespace rfc2109
  4. // @version 0.12
  5. // @description 煎蛋定制
  6. // @author rfc2109
  7. // @include http*://jandan.net/duan*
  8. // @grant GM_setValue
  9. // @grant GM_getValue
  10. // @grant GM_deleteValue
  11. // @require https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js
  12. // ==/UserScript==
  13. (function () {
  14. 'use strict';
  15. var blockUsers = [
  16. '九十九千里'
  17. ];
  18. $('.row').filter(function (i) {
  19. return blockUsers.indexOf($('strong', this).text()) >= 0
  20. }).remove()
  21. }) ();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址