您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Hides uncommented/unliked activity on the Anilist "Social" tab
当前为
## Anilist: Hide Uncommented Activity
This is a userscript that hides uncommented/unliked activity on the Anilist "Social" tab.
## Features
- Remove activities with no comments (optional)
- Remove activities with no likes (optional)
- Load more activities until a minimum number is reached (configurable)
Note: You need to refresh the page when you open a show's "Social" tab for the script to work properly.
## Configuration
You can customize the script's behavior by editing the `config` object at the top of the script. The available options are:
- `removeUncommented`: Set this to `true` if you want to remove activities with no comments, or `false` if you want to keep them. The default value is `true`.
- `removeUnliked`: Set this to `true` if you want to remove activities with no likes, or `false` if you want to keep them. The default value is `false`.
- `targetLoadCount`: Set this to a positive integer that represents the minimum number of activities you want to see per click on the "Load More"-button. The default value is `2`.