// ==UserScript== // @name Show_English_Name // @name:zh-CN Steam显示英文游戏名 // @namespace https://blog.chrxw.com // @version 1.0 // @description 在商店页显示双语游戏名称,点击名称可以复制。 // @description:zh-CN 在商店页显示双语游戏名称,点击名称可以复制。 // @author Chr_ // @include /https://store\.steampowered\.com\/app\/\d+/ // @require https://greasyfork.org/scripts/431423-async-requests/code/Async_Requests.js // @connect store.steampowered.com // @license AGPL-3.0 // @icon https://blog.chrxw.com/favicon.ico // @grant GM_setClipboard // @grant GM_xmlhttpRequest // @downloadURL none // ==/UserScript== (() => { 'use strict'; let appid = (window.location.pathname.match(/\/app\/(\d+)/) ?? [null, null])[1]; if (appid === null) { return; } $http.getText(`https://store.steampowered.com/app/${appid}/?l=english`).then(html => { let en_title = (html.match(/