Greasy Fork

滚动平滑

平滑的滚动

目前为 2022-12-04 提交的版本。查看 最新版本

// ==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;}")