Steam 免费游戏永久入库脚本

steamdb.info屏蔽周末临时免费 Steam 免费游戏永久入库脚本

< Feedback on Steam 免费游戏永久入库脚本

Review: Good - script works

§
Posted: 2020-04-25
Edited: 2020-04-25

一些建议

希望加入以下代码

// @match        *://store.steampowered.com/*
// @grant        GM_registerMenuCommand

    GM_registerMenuCommand("打开Free Promotions", function(){
window.open("https://steamdb.info/upcoming/free/", "_blank");
    });
    GM_registerMenuCommand("打开Steam licenses", function(){
window.open("https://store.steampowered.com/account/licenses/", "_blank");
    });
bobo songAuthor
§
Posted: 2020-04-26

感谢你的建议,已经加入了这些代码 :)

§
Posted: 2020-04-26

:#

Post reply

Sign in to post a reply.