Anilist: Hide Uncommented Activity

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

Pada tanggal 13 September 2023. Lihat %(latest_version_link).

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Penulis
SeyTi01
Nilai
0 0 0
Versi
1.0
Dibuat
13 September 2023
Diperbarui
13 September 2023
ukuran
2,8 KB
Lisensi
MIT
Berlaku untuk

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