巴哈廣告欄位刪除

try to take over the world!

// ==UserScript==
// @name         巴哈廣告欄位刪除
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @include      https://forum.gamer.com.tw*
// @match        http://*/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    var elements = document.getElementsByClassName("b-list_ad");
    while(elements.length > 0){
        elements[0].parentNode.removeChild(elements[0]);
    }
})();

QingJ © 2025

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