Greasy Fork is available in English.
Configurable Comparator similar to java.util.Comparator in Java 8
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.icu/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.