Greasy Fork is available in English.
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.4.2 // @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/refined-antd-changelog/issues // @icon https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg // @match https://ant.design/changelog* // @match https://ant.design/components/changelog* // @match https://ant-design.antgroup.com/changelog* // @match https://ant-design.antgroup.com/components/changelog* // @match https://5x.ant.design/changelog* // @match https://5x.ant.design/components/changelog* // @match https://5x-ant-design.antgroup.com/changelog* // @match https://5x-ant-design.antgroup.com/components/changelog* // @match https://4x-ant-design.antgroup.com/changelog* // @match https://4x-ant-design.antgroup.com/components/changelog* // @match https://4x.ant.design/changelog* // @match https://4x.ant.design/components/changelog* // @match https://3x.ant.design/changelog* // @match https://www.npmjs.com/package/antd* // @content registry.npmmirror.com // @content unpkg.com // @content localhost // @content * // @grant GM_getValue // @grant GM_setValue // @grant GM_registerMenuCommand // @grant GM_unregisterMenuCommand // @grant GM_xmlhttpRequest // @require https://registry.npmmirror.com/refined-antd-changelog/1.4.2/files/index.user.js // ==/UserScript== /** * 这里直接记录了版本号,因为这个文件是打包成 npm 包发布的。并通过 `@require` 引入最新版本的脚本。 * 如需审查代码,请移步 https://github.com/Wxh16144/refined-antd-changelog#readme */ // ============================= // ====== Version: 1.4.2 ======= // =============================