steam评测舔狗脚本

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

目前為 2018-10-22 提交的版本,檢視 最新版本

// ==UserScript==
// @name         steam评测舔狗脚本
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  如果不是真的喜欢,谁又愿意当个舔狗呢
// @author       You
// @match        https://steamcommunity.com/profiles/*/recommended*
// @match        http://steamcommunity.com/profiles/*/recommended*
// @match        http://steamcommunity.com/id/*/recommended*
// @match        https://steamcommunity.com/id/*/recommended*
// @grant        none
// ==/UserScript==

document.querySelectorAll('#leftContents .thumb_up').forEach(function (node) {
    node.parentNode.parentNode.click();
});

QingJ © 2025

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