// ==UserScript== // @name 网页滚动条优化 // @namespace http://tampermonkey.net/ // @version 0.2.1 // @description 优化网站滚动条 // @author luosansui // @match http://*/* // @match https://*/* // @icon https://www.google.com/s2/favicons?sz=64&domain=google.com // @license MIT // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; //if(self !== top)return document.head.insertAdjacentHTML('beforeend',``) console.log('滚动条优化') })();