Tieba Remove Ban Popup

Remove the ban popup in tieba, not the ban status

  1. // ==UserScript==
  2. // @name Tieba Remove Ban Popup
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1.3
  5. // @description Remove the ban popup in tieba, not the ban status
  6. // @author Hello World
  7. // @match *://tieba.baidu.com/i/i/*
  8. // @match *://tieba.baidu.com/home/main*
  9. // @require https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.3.1.min.js
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15. $('.dialog_block j_itb_block, .dialogJ .dialogJfix .dialogJshadow, .dialogJmodal, .dialogJ .dialogJfix .dialogJshadow .ui-draggable').css('display', 'none');
  16. // Your code here...
  17. })();

QingJ © 2025

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