// ==UserScript== // @name 滚动平滑 // @namespace http://tampermonkey.net/ // @version 0.1 // @description 平滑的滚动 // @author share121 // @match * // @match *://*/* // @grant GM_addStyle // @license MIT // @run-at document-body // @downloadURL none // ==/UserScript== GM_addStyle("*{scroll-behavior:smooth!important;}")