Greasy Fork

Anilist: Hide Uncommented Activity

Hides uncommented/unliked activity on the Anilist "Social" tab

目前为 2023-09-13 提交的版本。查看 最新版本

作者
SeyTi01
评分
0 0 0
版本
1.0
创建于
2023-09-13
更新于
2023-09-13
大小
2.8 KB
许可证
MIT
适用于

## 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`.