Greasy Fork is available in English.
Adds links for GOG store to gameplay videos without youtubers comments and direct search on Gog-games for free clean download.
< 腳本::GOG Links::的回應
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/*",tourl: `https://www.gog.com${location.pathname.replace(/\/game\/.*$/, "/game/*")}`,
登入以回復
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/*")}`,