// ==UserScript== // @name Refined Ant Design Changelog // @namespace refined-antd-changelog // @version 0.0.1-beta.0 // @description Collapse / mark non-recommended versions to get a clean and fresh journal page // @license MIT // @author Wuxh // @homepageURL https://github.com/Wxh16144/refined-antd-changelog#readme // @supportURL https://github.com/Wxh16144 // @icon https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg // @match https://ant.design/changelog* // @match https://ant-design.antgroup.com/changelog* // @match https://ant-design.gitee.io/changelog* // @match https://4x-ant-design.antgroup.com/changelog* // @match https://4x.ant.design/changelog* // @match https://3x.ant.design/changelog* // @grant GM_getValue // @grant GM_setValue // @grant GM_registerMenuCommand // @grant GM_unregisterMenuCommand // @require https://code.jquery.com/jquery-3.6.1.slim.min.js // @require https://registry.npmmirror.com/refined-antd-changelog/0.0.1-beta.0/files/index.user.js // @downloadURL none // ==/UserScript== ;var __version='0.0.1-beta.0';