Gamedrive Auto Ad Blocker

Automatically sets a cookie to disable ads on Gamedrive.org

  1. // ==UserScript==
  2. // @name Gamedrive Auto Ad Blocker
  3. // @namespace https://cybar.xyz/
  4. // @version 1.0
  5. // @description Automatically sets a cookie to disable ads on Gamedrive.org
  6. // @author You
  7. // @match https://gamedrive.org/*
  8. // @run-at document-start
  9. // @license MIT
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. document.cookie = "ads=off; path=/; max-age=" + Number.MAX_SAFE_INTEGER;
  15. })();

QingJ © 2025

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