osu beatmap filter

Filter beatmap by favorites (osu! website only)

当前为 2023-11-05 提交的版本,查看 最新版本

作者
Oscar0159
评分
0 0 0
版本
1.0.0
创建于
2022-03-23
更新于
2023-11-05
大小
3.6 KB
许可证
MIT
适用于

OSU Beatmap Filter

Description

Filter beatmap by favorites

Notice

Usage

  1. Install Tampermonkey or Greasemonkey
  2. Install osu beatmap filter
  3. Open osu beatmap page

Optional

  • You can change the default filter value by editing the script
const options = {
  // global options
  global: {
    // opacity of filtered beatmap [0~1]
    opacity: 0.15,
  },
  // favorites filter
  favorites: {
    // enable or disable [true/false]
    enable: true,
    // favorites
    favorites: 100,
  },
};

Screenshot

screenshot screenshot


OSU 圖譜過濾器

說明

根據收藏數量過濾圖譜

注意事項

使用方法

  1. 安裝 TampermonkeyGreasemonkey
  2. 安裝 osu 圖譜過濾器
  3. 開啟 osu 圖譜頁面

可選項目

  • 你可以透過編輯腳本來更改預設過濾值
const options = {
  // 全域選項
  global: {
    // 過濾後的 beatmap 透明度 [0~1]
    opacity: 0.15,
  },
  // 收藏數過濾
  favorites: {
    // 啟用或停用 [true/false]
    enable: true,
    // 收藏數
    favorites: 100,
  },
};

截圖

同上

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址