您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Block/Unblock users + Native API!
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
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.
Global variable AminoClient1
is available for use (devtools; Ctrl+Shift+I
).
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.
No, feel free to make github repo and continue it.
Make aminoapi.js even.