Redirect to main website (IOGames.space)

Redirects games from iogames.space to thier main website

目前為 2017-12-17 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Redirect to main website (IOGames.space)
// @version      1.1
// @description  Redirects games from iogames.space to thier main website
// @author       someRandomGuy
// @match        http://iogames.space/*
// @grant        none
// @namespace https://gf.qytechs.cn/users/137913
// ==/UserScript==

var a=document.getElementById("gameFrame");
a&&location.replace(a.src);

QingJ © 2025

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