去个弹窗

wow

// ==UserScript==
// @name         去个弹窗
// @namespace    http://tampermonkey.net/
// @version      2024-3-10
// @description  wow
// @author       You
// @match        *://www.acgrw.net/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=acgrw.net
// @grant        none
// @require      https://code.jquery.com/jquery-3.4.0.min.js
// @license MIT
// ==/UserScript==

(function() {
    'use strict';
     $(".setad").remove();
})();