iogames.space Redirect

Redirects games from iogames.space to thier source websites

目前為 2017-06-02 提交的版本,檢視 最新版本

// ==UserScript==
// @name         iogames.space Redirect
// @version      1
// @description  Redirects games from iogames.space to thier source websites
// @author       someRandomGuy
// @match        http://iogames.space/*
// @grant        none
// @namespace https://gf.qytechs.cn/users/117222
// ==/UserScript==
function $(a){return document.getElementById(a);}
if($('gameFrame'))(function() {
	location.replace($('gameFrame').src);
})();

QingJ © 2025

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