// ==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://greasyfork.org/users/137913 // @downloadURL none // ==/UserScript== window.location.replace(document.getElementsByTagName('object')[0].src);