osu beatmap filter

Filter beatmap by favorites (osu! website only)

As of 05.11.2023. See ბოლო ვერსია.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ავტორი
Oscar0159
რეიტინგი
0 0 0
ვერსია
1.0.0
შექმნილია
23.03.2022
განახლებულია
05.11.2023
Size
3,62 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,
  },
};

截圖

同上