Greasy Fork 支持简体中文。
Simply adds a pirate link to all games on the GOG store
< 腳本GOG to Free Download Site的回應
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
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
登入以回復
Please make it work for GOG in all languages ! for exemple, it works for gog in french with this modification :