Re-direct to main website (IOGames.space)

Re-directs games from iogames.space to their main website.

目前為 2024-11-21 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Re-direct to main website (IOGames.space)
// @version      2.0.1
// @description  Re-directs games from iogames.space to their main website.
// @author       TigerYT
// @match        *://iogames.space/*
// @icon         https://iogames.space/images/app/favicon-48.png
// @grant        none
// @run-at       context-menu
// @namespace    https://gf.qytechs.cn/users/137913
// ==/UserScript==

window.location.replace(document.getElementsByTagName('object')[0].src);

QingJ © 2025

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