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