您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Select friends from an in-panel list (no inline checkboxes). Scan All to harvest names/IDs, then bulk remove safely.
A lightweight userscript that adds a floating Bulk Tools panel to Discord’s Friends page so you can scan, search, select friends in-panel, and bulk remove them safely. It’s virtualization‑safe (works even when Discord only mounts a few rows at a time) and avoids opening DMs while operating.
⚠️ Use at your own risk. Automating friend removals may violate Discord’s Terms of Service and can trigger rate limits. The script only simulates UI clicks, but it still calls Discord’s official endpoints through the site. Test on a few entries first.
data-list-item-id
).view: window
to avoid Discord’s internal getSelection
errors.Esc
.selected · seen
.DELETE_DELAY_MS
– wait between deletions (default 1750 ms).MENU_APPEAR_TIMEOUT
/ MODAL_APPEAR_TIMEOUT
– UI timeouts.SCAN_SCROLL_STEP
, SCAN_SCROLL_PAUSE
, SCAN_STALL_TICKS
– scanning behavior.LOCATE_MAX_TICKS
– max scroll attempts when locating a row by ID.DELETE_DELAY_MS
.getSelection
errors: update to v1.4.1+ (safe events with view: window
).confirmRemoveButtonText
.view
to avoid content.js getSelection
errors; tolerate no‑modal deletions.qsAllSafe
to prevent query crashes.This tool is provided “as is”, without warranty of any kind. Use it responsibly and in accordance with Discord’s terms. You are solely responsible for your account.
MIT (feel free to adapt for personal use).