您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Amoled theme for Blacket!
// ==UserScript== // @name Blacket Amoled // @version 1.1.0 // @description Amoled theme for Blacket! // @icon https://blacket.org/content/logo.png // @author monkxy#0001 // @namespace http://monkxy.com // @match https://*.blacket.org/* // @require https://blacket.org/lib/js/jquery.js // ==/UserScript== (async () => { setTimeout(() => { console.log( "%c[monkxy's black scripts] theme loaded successfully!", "color: #fff; padding: 10px; border-radius: 5px; font-size: 20px; font-weight: bold; text-shadow: 0px 0px 10px #fff;" ); }, 1000); let $ = jQuery; let css = ` .styles__blooketText___1pMBG-camelCase { font-size: 40px; font-family: Titan One, sans-serif; text-decoration: none; color: white; filter: drop-shadow(0px 0px 5px white); margin-bottom: 20px; text-align: center; } .styles__background___2J-JA-camelCase { background-color: #000 !important; } .styles__bazaarItem___Meg69-camelCase { background-color: #111111 !important; transition: 0.2s ease-in-out; } .styles__bazaarItem___Meg69-camelCase:hover { background-color: #222222 !important; transform: scale(1.05); } .styles__bazaarItems___KmNa2-camelCase { background-color: #000 !important; } .styles__blookGridContainer___AK47P-camelCase { background-color: #000 !important; } .styles__button___2hNZo-camelCase, .styles__buttonFilled___23Dcn-camelCase { background-color: #000 !important; } .styles__buttonInside___39vdp-camelCase, .styles__front___vcvuy-camelCase { background-color: #fff !important; color: #000 !important; } .styles__cardContainer___NGmjp-camelCase { background-color: #000 !important; } .styles__chatCurrentRoom___MCaV4-camelCase { background-color: #000 !important; } .styles__chatEmojiButton___8RFa2-camelCase { background-color: #000 !important; transition: 0.2s ease-in-out; } .styles__chatEmojiButton___8RFa2-camelCase:hover { background-color: #111111 !important; } .styles__chatInputContainer___gkR4A-camelCase { background-color: #000 !important; } .styles__chatRoomsListContainer___Gk4Av-camelCase { background-color: #000 !important; } .styles__chatRoomsTitle___fR4Av-camelCase { background-color: #000 !important; } .styles__chatRooms___o5ASb-camelCase { background-color: #000 !important; } .styles__chatUploadButton___g39Ac-camelCase { background-color: #000 !important; transition: 0.2s ease-in-out; } .styles__chatUploadButton___g39Ac-camelCase:hover { background-color: #111111 !important; } .styles__container___1BPm9-camelCase { background-color: #000 !important; } .styles__container___2VzTy-camelCase { background-color: #000 !important; } .styles__container___3St5B-camelCase { background-color: #000 !important; } .styles__containerHeader___3xghM-camelCase { background-color: #000 !important; } .styles__containerHeaderInside___2omQm-camelCase { background-color: #000 !important; } .styles__containerHeaderRight___3xghM-camelCase, .styles__containerHeaderRightFriends___3xghM-camelCase { background-color: #000 !important; } .styles__editHeaderContainer___2G1ji-camelCase { background-color: #000 !important; } .styles__edge___3eWfq-camelCase { background-color: #fff !important; } .styles__formsForm___MvA35-camelCase { background-color: #000 !important; } .styles__header___22Ne2-camelCase { background-color: #000 !important; } .styles__header___2O21B-camelCase { background-color: #000 !important; } .styles__headerBadgeBg___12ogR-camelCase { background-color: #000 !important; } .styles__headerSide___1r1-b-camelCase { background-color: #000 !important; } .styles__horizontalBlookGridLine___4SAvz-camelCase { background-color: #fff !important; } .styles__infoContainer___2uI-S-camelCase { background-color: #000 !important; } .styles__input___2XTSp-camelCase { background-color: #000 !important; } .styles__left___9beun-camelCase { background-color: #000 !important; } .styles__loginButton___1e3jI-camelCase { background-color: #fff !important; color: #000 !important; } .styles__myTokenAmount___ANKHA-camelCase { background-color: #000 !important; } .styles__otherTokenAmount___SEGGS-camelCase { background-color: #000 !important; } .styles__postsContainer___39_IQ-camelCase { background-color: #111111 !important; } .styles__profileContainer___CSuIE-camelCase { background-color: #000 !important; } .styles__profileDropdownMenu___2jUAA-camelCase { background-color: #000 !important; } .styles__profileDropdownOption___ljZXD-camelCase { background-color: #000 !important; } .styles__profileDropdownOption___ljZXD-camelCase:hover { background-color: #111111 !important; } .styles__rightButtonInside___14imT-camelCase { color: #000 !important; } .styles__sidebar___1XqWi-camelCase { background-color: #000 !important; } .styles__signUpButton___3_ch3-camelCase { background-color: #000 !important; color: #fff !important; } .styles__statContainer___QKuOF-camelCase { background-color: #111111 !important; } .styles__statsContainer___QnrRB-camelCase { background-color: #000 !important; } .styles__toastContainer___o4pCa-camelCase { background-color: #000 !important; } .styles__tokenContainer___3yBv--camelCase { background-color: #000 !important; } .styles__tradingContainer___B1ABS-camelCase { background-color: #000 !important; } .styles__verticalBlookGridLine___rQWaZ-camelCase { background-color: #fff !important; } #searchInput { background-color: #111111 !important; } textarea { background-color: #000 !important; } .toastMessage { background-color: #000 !important; } input { background-color: #000 !important; } hr { background-color: #fff !important; } `; $('head').append(`<style>${css}</style>`); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址