Skip to content

Instantly share code, notes, and snippets.

@Oscar0159
Oscar0159 / df2profiler-map-drawer.js
Last active March 24, 2024 19:40
df2profiler map drawer
// ==UserScript==
// @name df2profiler map drawer - Dead Frontier 2
// @name:zh-TW df2profiler 地圖繪製器 - 死亡邊境 2
// @namespace http://tampermonkey.net/
// @version 0.5.0
// @description a simple map drawer for df2profiler.com by clicking on the map to draw color on area
// @description:zh-TW 透過點擊地圖來繪製顏色的簡易地圖繪製器
// @author Archer_Wn
// @match https://df2profiler.com/gamemap/
// @icon https://www.google.com/s2/favicons?sz=64&domain=df2profiler.com
@Oscar0159
Oscar0159 / fadBlock-ad-block.js
Last active March 24, 2024 19:40
FadBlock AD Block
// ==UserScript==
// @name FadBlock AD Block
// @name:zh-TW FadBlock 贊助廣告過濾
// @namespace http://tampermonkey.net/
// @version 0.1.0
// @description remove the ad from FadBlock
// @description:zh-TW 移除 FadBlock 的贊助廣告
// @author Archer_Wn
// @match https://www.youtube.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
@Oscar0159
Oscar0159 / osu-beatmap-filter.js
Last active March 24, 2024 19:40
Filter osu beatmaps by the number of favorites.
// ==UserScript==
// @name osu beatmap filter
// @name:zh-TW osu 圖譜過濾器
// @namespace https://greasyfork.org/zh-TW/users/891293
// @version 1.1.1
// @description Filter beatmap by favorites (osu! website only)
// @description:zh-TW 依照收藏數過濾 beatmap (僅限 osu! 網站)
// @author Archer_Wn
// @match https://osu.ppy.sh/*
// @grant none
@Oscar0159
Oscar0159 / DLsite filter
Created June 28, 2023 19:45
filter dlsite result by type
// ==UserScript==
// @name DLsite filter
// @namespace http://tampermonkey.net/
// @version 0.1
// @description filter dlsite result by type
// @author Oscar0159
// @match https://www.dlsite.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=dlsite.com
// @grant none
// @license MIT