Greasy Fork is available in English.

::GOG Links::

Adds links for GOG store to gameplay videos without youtubers comments and direct search on Gog-games for free clean download.

< Отзив за ::GOG Links::

Отзив: Отлично - скриптът работи

§
Публикуван на: 13.03.2025

Two changes to make it work with any language:
// @match https://www.gog.com/en/game/*
to
// @match https://www.gog.com/*/game/*

url: "https://www.gog.com/en/game/*",
to
url: `https://www.gog.com${location.pathname.replace(/\/game\/.*$/, "/game/*")}`,

masterofobzeneАвтор
§
Публикуван на: 14.03.2025

Another nice spot!. Since most use the english version I didn't think about this, but it is really useful.
Give it a couple of minutes and update so it applies your suggested fix.

masterofobzeneАвтор
§
Публикуван на: 14.03.2025

For some reason, even after using the same "namespace" the script refuses to be seen as an update and rather works as a new script, so you will have to reinstall it instead of just updating. Sorry for the inconvenience.

Публикувайте отговор

Влезте, за да публикувате отговор.