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
Μέγεθος
3 KB
Άδεια
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。