Greasy Fork is available in English.

Refined Ant Design Changelog

Collapse / mark non-recommended versions to get a clean and fresh journal page

  1. // ==UserScript==
  2. // @name Refined Ant Design Changelog
  3. // @namespace refined-antd-changelog
  4. // @version 1.3.4
  5. // @description Collapse / mark non-recommended versions to get a clean and fresh journal page
  6. // @license MIT
  7. // @author Wuxh <wxh16144@qq.com>
  8. // @homepageURL https://github.com/Wxh16144/refined-antd-changelog#readme
  9. // @supportURL https://github.com/Wxh16144
  10. // @icon https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg
  11. // @match https://ant.design/changelog*
  12. // @match https://ant-design.antgroup.com/changelog*
  13. // @match https://ant-design.gitee.io/changelog*
  14. // @match https://4x-ant-design.antgroup.com/changelog*
  15. // @match https://4x.ant.design/changelog*
  16. // @match https://3x.ant.design/changelog*
  17. // @match https://www.npmjs.com/package/antd*
  18. // @grant GM_getValue
  19. // @grant GM_setValue
  20. // @grant GM_registerMenuCommand
  21. // @grant GM_unregisterMenuCommand
  22. // @grant GM_xmlhttpRequest
  23. // @require https://registry.npmmirror.com/refined-antd-changelog/1.3.4/files/index.user.js
  24. // ==/UserScript==
  25.  
  26. /**
  27. * 这里直接写了版本号,因为这个文件是在打包时生成的,
  28. * 如需审查代码,请移步 https://github.com/Wxh16144/refined-antd-changelog#readme
  29. */
  30. ;var __rac_version__ = "1.3.4";