// ==UserScript== // @name 页面平滑滚动 // @namespace http://tampermonkey.net/ // @version 0.2.0.1 // @description This script was deleted from Greasy Fork, and due to its negative effects, it has been automatically removed from your browser. // @author PAINCLOWN // @run-at document-start // @grant GM_addStyle // @grant GM_registerMenuCommand // @grant GM_setValue // @grant GM_getValue // @grant GM_getResourceText // @grant GM_xmlhttpRequest // @grant GM_listValues // @grant GM_deleteValue // @match *://*/* // @downloadURL https://update.greasyfork.icu/scripts/399856/%E9%A1%B5%E9%9D%A2%E5%B9%B3%E6%BB%91%E6%BB%9A%E5%8A%A8.user.js // @updateURL https://update.greasyfork.icu/scripts/399856/%E9%A1%B5%E9%9D%A2%E5%B9%B3%E6%BB%91%E6%BB%9A%E5%8A%A8.meta.js // ==/UserScript==