Re-direct to main website (IOGames.space)

Redirects games from iogames.space to thier main website

当前为 2024-11-21 提交的版本,查看 最新版本

// ==UserScript==
// @name         Re-direct to main website (IOGames.space)
// @version      2
// @description  Redirects games from iogames.space to thier main website
// @author       someRandomGuy
// @match        http://iogames.space/*
// @grant        none
// @run-at       context-menu
// @namespace https://greasyfork.org/users/137913
// ==/UserScript==

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