X Block List Counter

Counts the number of accounts in your X block list, handling pagination

ของเมื่อวันที่ 02-05-2025 ดู เวอร์ชันล่าสุด

ผู้เขียน
Adam L.
คะแนน
0 0 0
เวอร์ชัน
1.1
สร้างเมื่อ
02-05-2025
อัปเดตเมื่อ
02-05-2025
Size
2.96 กิโลไบต์
สัญญาอนุญาต
MIT
ปรับใช้กับ

To trigger this script, add it to Tampermonkey and make sure the script is enabled. From X, navigate to your block list. The script will automatically start paging through all your blocked accounts until it reaches the end, and will provide the sum of accounts.

WARNING: if you navigate away from your block list while it's in the process of counting, the script will think it reached the end and stop. You need to stay on the page until it's done to get the full list. Bear in mind this can take a while as it needs to wait for each page of blocked accounts to load.

NOTE: I use dark mode on X, so the script will display the count in white text. If you use light mode on X, you won't see any text. To address this and output with white text, change this line:

counterDiv.style.color = '#FFFFFF';

to this:

counterDiv.style.color = '#000000';
长期地址
遇到问题?请前往 GitHub 提 Issues。