Mememaker.tw NO ADS

No ads

目前為 2023-02-02 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Mememaker.tw NO ADS
// @namespace    idontknowwhattoputhere.com
// @version      0.1
// @description  No ads
// @author       leovoon
// @match        https://*.memes.tw/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=memes.tw
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    function cleanup(){
        const stuff = document.querySelectorAll('.nice')
        stuff.forEach((e) => { e.style.display = 'none' })
    }
    cleanup()

})();

QingJ © 2025

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