Fanatical skip age confirmation

Removes the age verification prompt on Fanatical

// ==UserScript==
// @name        Fanatical skip age confirmation
// @description Removes the age verification prompt on Fanatical
// @namespace   bundlestars
// @match       *://*.fanatical.com/*
// @version     2
// @grant       none
// @run-at      document-start
// ==/UserScript==

(function () {
	"use strict";

	try {
		localStorage.setItem("bsageGating", '{"success":true}');
	} catch (ignore) {}
})();

QingJ © 2025

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