pcbeta去提示

远景去广告的弹窗

// ==UserScript==
// @name         pcbeta去提示
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  远景去广告的弹窗
// @author       不知道是谁写的
// @match        *://bbs.pcbeta.com/*
// @grant        none
// @license MIT
// ==/UserScript==

(function() {
    'use strict';
if (document.querySelector("#append_parent")!=null)
    {
        document.querySelector("#append_parent").remove()
    };
})();