Remove Cookie Banner from Reddit

Remove cookie banner from Old Reddit

// ==UserScript==
// @name         Remove Cookie Banner from Reddit
// @namespace    https://reddit.com/
// @version      0.1
// @description  Remove cookie banner from Old Reddit
// @author       You
// @match        https://old.reddit.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=reddit.com
// @grant        none
// @license MIT
// ==/UserScript==

(function() {
    'use strict';

    document.querySelector(".infobar-toaster-container").remove();
})();

QingJ © 2025

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