吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 2669|回复: 11
收起左侧

[其他原创] 【JS】Steam轻量扩展脚本

  [复制链接]
梦汐 发表于 2022-6-15 03:38
本帖最后由 梦汐 于 2022-6-15 03:44 编辑

花了点时间重写并修复一下BUG,方便以后会增加其他功能。安装传送门
[JavaScript] 纯文本查看 复制代码
// ==UserScript==
// @name        Steam轻量扩展
// @namespace   Violentmonkey Scripts
// @match       *://store.steampowered.com/app/*
// @grant       none
// @version     1.2
// @author      -
// @license     MIT
// @description 2022/5/17 上午11:21:16
// ==/UserScript==

var I_style = "border-radius: 2px;border: none;padding: 1px;display: inline-block;cursor: pointer;text-decoration: none !important;color: #67c1f5 !important;background: rgba( 103, 193, 245, 0.2 );padding: 0 15px;font-size: 15px;line-height: 30px;"
var list = {
    验号:function(){window.open("https://lixianla.com/search-"+/app\/(\d+)/.exec(window.location.href)[1]+"-3.htm")},
    市场:function(){window.open("https://steamcommunity.com/market/search?q="+$1(".apphub_AppName")[0].innerHTML)},
    价格:function(){window.open("https://steamdb.info/app/"+/app\/(\d+)/.exec(window.location.href)[1])},
};Statistics=0;
for(I_name in list){Statistics++;
    if (Statistics>1) {
        var style_ex = "margin-left: 3px";
    }
    else{
        var style_ex = "";
    }
    var Temporary = document.createElement('div');
    Temporary.innerHTML='<span>'+I_name+'</span>';
    Temporary.setAttribute("class","shichang");
    Temporary.setAttribute("style",I_style+style_ex);
    document.getElementById("queueBtnFollow").appendChild(Temporary);
    Temporary.onclick=list[I_name]
}

免费评分

参与人数 1吾爱币 +1 热心值 +1 收起 理由
shizi1521 + 1 + 1 谢谢@Thanks!

查看全部评分

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

柯以熙 发表于 2022-6-15 06:22
什么功能啊
yuanjie408 发表于 2022-6-15 07:49
头像被屏蔽
KMT-jiang 发表于 2022-6-15 08:23
506874511 发表于 2022-6-15 08:34
没看懂干什么的啊!
sp0770 发表于 2022-6-15 08:43
有啥功能啊
海尔波普彗星 发表于 2022-6-15 08:45
也不知道有什么用?
han99 发表于 2022-6-15 09:11
什么功能加了
Haojiankang 发表于 2022-6-15 09:17
66666666666666
kll545012 发表于 2022-6-15 10:39
一脸懵逼的进来,2脸懵逼的出去,这是干嘛的?有什么功能
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-25 07:01

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表