Greasy Fork 支持简体中文。

删除你赢广告

删除你赢广告,拯救你赢

// ==UserScript==
// @name         删除你赢广告
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  删除你赢广告,拯救你赢
// @author       yangrou
// @match        *://gitblock.cn/*
// @match        *://aerfaying.com/*
// @icon         https://cdn.gitblock.cn/Media?name=11E4D54652FE811D8AE24371393C95C2.svg
// @grant        none
// @license MIT
// ==/UserScript==

(function() {
    'use strict';
    setInterval(`$("li:has('.comment_comment_P_hgY:not([id])')").remove()`,20);
})();