Amino Block/Unblock + Native API!

Block/Unblock users + Native API!

作者
vamay75
日安装量
0
总安装量
0
评分
0 0 0
版本
1.0
创建于
2025-09-22
更新于
2025-09-22
大小
57.5 KB
许可证
Unlicense
适用于

What does this do?

Buttons are only visible on community profiles.

When you visit profile on aminoapps.com, it adds block/unblock button, also UserDbgInfo button to get uid.
Apparently there are users that found a way to make users unable to load their bio, allowing them to invite you to live gc and potentially avoid getting banned.
Thus this script allows you to block the user easily.

IMPORTANT: User script's login is independent from aminoapps.com, so you are able to block them even when logged out at aminoapps.com

Userscript Logout?

Follow this carefully:

To just log out: Set variable DEBUG_LOGOUT to 1 to log out, then reload page, then in script change back to 0 and then again reload the page.

To log in: Set variable DEBUG_LOGOUT to 1 to log out, then reload page, LOGIN, then in script change back to 0 and then again reload the page.

For developers

Global variable AminoClient1 is available for use (devtools; Ctrl+Shift+I).

Project ideas?

Some users were asking for a way to download their data, the API provided should be sufficient to download user messages, profiles, blogs and similar.

Do note to add a cooldown since API will block IP if too many requests are sent, usually one or two requests per second is fine, no concurrent/parallel requests.

Will I continue development?

No, feel free to make github repo and continue it.
Make aminoapi.js even.