// ==UserScript== // @name Beautify scrollbar // @namespace http://tampermonkey.net/ // @version 1.0.2 // @description Adjust the scroll bar of the web page to make it more beautiful // @author luosansui // @match *://*/* // @icon https://www.google.com/s2/favicons?sz=64&domain=google.com // @license MIT // @grant none // @downloadURL https://update.greasyfork.icu/scripts/443152/Beautify%20scrollbar.user.js // @updateURL https://update.greasyfork.icu/scripts/443152/Beautify%20scrollbar.meta.js // ==/UserScript== /*jshint esversion: 6 */ (function() { 'use strict'; //if(self !== top)return document.head.insertAdjacentHTML('beforeend',``) })();