您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Filter beatmap by favorites (osu! website only)
Filter beatmap by favorites
const options = {
// global options
global: {
// enable animation
animation: {
// enable [true/false]
enable: true,
// duration [ms]
duration: 700,
},
// filter method [threshold, percentile]
filterMethod: "percentile",
// compare method [less, lessEqual, greater, greaterEqual]
compareMethod: "lessEqual",
// opacity of filtered beatmap [0~1]
opacity: 0.15,
},
// favorites filter
favorites: {
// threshold of favorite count
threshold: 100,
// percentile of favorite count
percentile: 75,
},
};
根據收藏數量過濾圖譜
const options = {
// (全域選項)
global: {
// (啟用動畫)
animation: {
// enable (啟用)
enable: true,
// (持續時間 [毫秒])
duration: 700,
},
// (過濾方法 [門檻, 百分位數])
filterMethod: "percentile",
// (比較方法 [小於, 小於等於, 大於, 大於等於])
compareMethod: "lessEqual",
// (過濾後的 beatmap 透明度 [0~1])
opacity: 0.15,
},
// (收藏數過濾)
favorites: {
// (收藏數門檻)
threshold: 100,
// (收藏數百分位數)
percentile: 75,
},
};
同上
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址