您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Enhances the Jeetbuzz platform with a cleaner, more user-friendly layout. Optimized for all devices and Bangladeshi networks.
/* ==UserStyle== @name Jeetbuzz Clean UI Enhancer @namespace https://jeetbuzz.page/ @version 1.0.0 @description Enhances the Jeetbuzz platform with a cleaner, more user-friendly layout. Optimized for all devices and Bangladeshi networks. @license MIT @homepageURL https://jeetbuzz.page/ @supportURL https://jeetbuzz.page/contact @preprocessor stylus @var select layout "Layout Theme" { "Default": "default", "Dark Mode": "dark", "Minimal": "minimal" } @locale en ==/UserStyle== */ @-moz-document domain("jeetbuzz.page") { /* Example CSS customization */ body { font-family: "Segoe UI", sans-serif; background-color: #fff; color: #222; line-height: 1.6; } /* Add your actual customization here */ }