- Get steam official beta clientmanifests, via: https://steamcdn-a.akamaihd.net/client/steam_client_publicbeta_osx
- Find
appdmg_osxand get file name like:appdmg_osx.zip.984652b88a9737e3f4e77c656d9ffa67d5042c2c - Add it to steam official CDN, like: https://steamcdn-a.akamaihd.net/client/appdmg_osx.zip.984652b88a9737e3f4e77c656d9ffa67d5042c2c
- Download it and rename it to zip, and then unzip it twice(
SteamMacBootstrapper.tar.gz). - You would get the
Steam.app, drop it into Application.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| a[data-ref|='.ol'], | |
| a[data-ref|='.ul'] { | |
| display: none !important; | |
| } | |
| .cp__all_pages_table :is(a[data-ref|='.ol'], a[data-ref|='.ul']) { | |
| display: unset !important; | |
| } | |
| .ls-block[data-refs-self*='".ol'] .block-children { | |
| counter-reset: kef-ol; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name SteamPY CDK 价格查询 | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.0.1 | |
| // @description 显示 SteamPY CDK 的价格,系官方插件简单移植 | |
| // @author bGZo | |
| // @license MIT | |
| // @match https://store.steampowered.com/* | |
| // @icon https://store.steampowered.com/favicon.ico | |
| // @grant GM_xmlhttpRequest |
OlderNewer