/* All Credit for this userscript goes to NotNeo. I simply fixed a small bug that stopped this script from working on Steam in 2019. */ // ==UserScript== // @name IGG-Games Links for Steam Store(Updated) // @namespace NotNeo // @author NotNeo // @version 0.1.1 // @description Simply adds an IGG-Games link to all games on the steam store (Fixed for Steam's update to 100% SSL/HTTPS. Would not work otherwise.) // @require https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js // @match https://store.steampowered.com/app/* // @grant none // @downloadURL https://update.greasyfork.icu/scripts/376489/IGG-Games%20Links%20for%20Steam%20Store%28Updated%29.user.js // @updateURL https://update.greasyfork.icu/scripts/376489/IGG-Games%20Links%20for%20Steam%20Store%28Updated%29.meta.js // ==/UserScript== var appName = $(".apphub_AppName").text(); var iggSearchBaseUrl = "http://igg-games.com/?s="; $(".game_purchase_action_bg:first").append(' IGG ');