GOG to Free Download Site

Simply adds a pirate link to all games on the GOG store

< Feedback on GOG to Free Download Site

Review: OK - script works, but has bugs

§
Posted: 2024-09-24

Please make it work for GOG in all languages ! for exemple, it works for gog in french with this modification :

@@ -14,6 +14,7 @@
 var siteSet = [
     { url: "https://www.gog.com/game/*",           title: "GOG" },
     { url: "https://www.gog.com/en/game/*",        title: "GOG" },
+    { url: "https://www.gog.com/fr/game/*",        title: "GOG" },
 ];

 /*
@@ -28,6 +29,7 @@
 // @require      https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js
 // @match        https://www.gog.com/game/*
 // @match        https://www.gog.com/en/game/*
+// @match        https://www.gog.com/fr/game/*
 // @grant        none
 // @license      MIT
 // @downloadURL https://update.greasyfork.org/scripts/481134/GOG%20to%20Free%20Download%20Site.user.js
§
Posted: 2024-10-16

sorry for the late reply as i rarely login to this account but i now added support that should work with GOG no matter what language you browse the site in

Post reply

Sign in to post a reply.