// ==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 // @downloadURL none // ==/UserScript== (function() { 'use strict'; var html=''; document.getElementsByTagName('head')[0].innerHTML+=html; // Your code here... })();