Greasy Fork is available in English.

bimi广告清理

2021/2/2 下午12:58:41

2021-02-02 يوللانغان نەشرى. ئەڭ يېڭى نەشرىنى كۆرۈش.

// ==UserScript==
// @name        bimi广告清理
// @namespace   Violentmonkey Scripts
// @match       *://*.bimibimi.cc/*
// @grant       none
// @version     1.4
// @author      -Lucai qq:345199390
// @description 2021/2/2 下午12:58:41
// ==/UserScript==
setTimeout(()=>{
    $("#HMcoupletDivleft").remove()
  $("#HMcoupletDivright").remove()
  $("#HMRichBox").remove()
  
  console.log("removeOver")
},500)