滚动平滑

平滑的滚动

As of 2022-12-04. See the latest version.

// ==UserScript==
// @name         滚动平滑
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  平滑的滚动
// @author       share121
// @match        *
// @match        *://*/*
// @grant        GM_addStyle
// @license      MIT
// @run-at       document-body
// ==/UserScript==

GM_addStyle("*{scroll-behavior:smooth!important;}")