个性化、美化、自定义网页滚动条

个性化、美化、自定义网页滚动条!

目前為 2021-09-14 提交的版本,檢視 最新版本

// ==UserScript==
// @name         个性化、美化、自定义网页滚动条
// @namespace    http://tampermonkey.net/
// @version      0.0.1
// @description  个性化、美化、自定义网页滚动条!
// @author       戈小戈
// @match        https://*/*
// @match        http://*/*
// @icon         https://s3.bmp.ovh/imgs/2021/09/a01be58228a8ea44.jpg
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
     var html='<style>::-webkit-scrollbar {width : 10px; height: 1px;}::-webkit-scrollbar-thumb {border-radius   : 10px;background-color: #00b5fb;background-image: -webkit-linear-gradient(135deg,rgba(255, 255, 255, 0.2) 25%,transparent 25%,transparent 50%,rgba(255, 255, 255, 0.2) 50%,rgba(255, 255, 255, 0.2) 75%,transparent 75%,transparent);}'+'::-webkit-scrollbar-track {box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);background   : #ededed;border-radius: 10px;}'+'</style>';
     document.getElementsByTagName('head')[0].innerHTML+=html;
     // Your code here...
})();

QingJ © 2025

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