Greasy Fork is available in English.
Configurable Comparator similar to java.util.Comparator in Java 8
此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.org/scripts/390752/745016/Comparator.js
Sets up a "compare(a, b)" - function:
- With accessor-functions (e.g. to sort by properies)
- In ascending or descending order
- null and undefined first or last
Possible chaining of Comparators or Accessor-functions.