Gamedrive Auto Ad Blocker

Automatically sets a cookie to disable ads on Gamedrive.org

目前为 2025-03-23 提交的版本。查看 最新版本

// ==UserScript==
// @name         Gamedrive Auto Ad Blocker
// @namespace    https://cybar.xyz/
// @version      1.0
// @description  Automatically sets a cookie to disable ads on Gamedrive.org
// @author       You
// @match        https://gamedrive.org/*
// @run-at       document-start
// @license MIT
// @grant        none
// ==/UserScript==

(function() {
    document.cookie = "ads=off; path=/; max-age=" + Number.MAX_SAFE_INTEGER;
})();

QingJ © 2025

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