steam评测舔狗脚本

如果不是真的喜欢,谁又愿意当个舔狗呢

目前为 2018-10-22 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name steam评测舔狗脚本
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.0
  5. // @description 如果不是真的喜欢,谁又愿意当个舔狗呢
  6. // @author You
  7. // @match https://steamcommunity.com/profiles/*/recommended*
  8. // @match http://steamcommunity.com/profiles/*/recommended*
  9. // @match http://steamcommunity.com/id/*/recommended*
  10. // @match https://steamcommunity.com/id/*/recommended*
  11. // @grant none
  12. // ==/UserScript==
  13.  
  14. document.querySelectorAll('#leftContents .thumb_up').forEach(function (node) {
  15. node.parentNode.parentNode.click();
  16. });

QingJ © 2025

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