steam价格转换 sih 适配

steam价格转换 sih插件 适配

  1. // ==UserScript==
  2. // @name steam价格转换 sih 适配
  3. // @version 1.1.0
  4. // @author marioplus
  5. // @namespace marioplus/steam-price-converter/sih-adapter
  6. // @description steam价格转换 sih插件 适配
  7. // @license AGPL-3.0-or-later
  8. // @icon https://vitejs.dev/logo.svg
  9. // @homepage https://github.com/marioplus
  10. // @match https://store.steampowered.com/search/*
  11. // @grant GM_addStyle
  12. // ==/UserScript==
  13.  
  14. (function() {
  15. GM_addStyle(`
  16. .search_result_row .col.search_name {
  17. width: 208px !important;
  18. }
  19. .responsive_search_name_combined .sih-cart {
  20. margin-left: 0;
  21. }
  22. `)
  23. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址