您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Fake Steam Warning For Funny🤪
// ==UserScript== // @name Steam Warning // @namespace https://gf.qytechs.cn/zh-CN/users/917529-hkai1221 // @version 0.1.0 // @author hkai1221 // @description Fake Steam Warning For Funny🤪 // @icon https://sm.ms/image/OSoZxuT4vHMcrk8 // @match https://*.steamcommunity.com/* // @match https://*.steampowered.com/* // ==/UserScript== (function(){ var styleDom = document.createElement('style'); styleDom.innerHTML = '.header_installsteam_btn {display: inline-block !important;height: 24px;}'; document.head.appendChild(styleDom); var btnDom = document.getElementsByClassName('header_installsteam_btn header_installsteam_btn_gray')[0]; btnDom.innerHTML = '<span style="padding: 0 54px">帐户警示</span>'; btnDom.className = 'header_installsteam_btn global_header_toggle_button yellow'; btnDom.addEventListener('click',function(){ console.log('拜托,steam黄信超酷的好吗'); console.log('Come on, Steam alert banner is so cool, okay?'); if(btnDom.className.indexOf('yellow') !== -1){ btnDom.className = 'header_installsteam_btn global_header_toggle_button red'; }else{ btnDom.className = 'header_installsteam_btn global_header_toggle_button yellow'; } }) })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址