Collapse / mark non-recommended versions to get a clean and fresh journal page
// ==UserScript== // @name Refined Ant Design Changelog // @namespace refined-antd-changelog // @version 1.3.4 // @description Collapse / mark non-recommended versions to get a clean and fresh journal page // @license MIT // @author Wuxh <[email protected]> // @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* // @match https://www.npmjs.com/package/antd* // @grant GM_getValue // @grant GM_setValue // @grant GM_registerMenuCommand // @grant GM_unregisterMenuCommand // @grant GM_xmlhttpRequest // @require https://registry.npmmirror.com/refined-antd-changelog/1.3.4/files/index.user.js // ==/UserScript== /** * 这里直接写了版本号,因为这个文件是在打包时生成的, * 如需审查代码,请移步 https://github.com/Wxh16144/refined-antd-changelog#readme */ ;var __rac_version__ = "1.3.4";