V3rm Bloxflip Ad Remover

Remove those ads that show up on every thread.

// ==UserScript==
// @name         V3rm Bloxflip Ad Remover
// @namespace    https://v3rm.net/
// @version      2023-12-07
// @description  Remove those ads that show up on every thread.
// @author       Luke
// @match        https://v3rm.net/*
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant        none
// @license MIT
// ==/UserScript==

(function() {
    document.querySelector("center:has(a[href='https://bloxflip.com/a/v3rm']").remove();
})();

QingJ © 2025

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