Anilist: Hide Uncommented Activity

Hides uncommented/unliked activity on any Anilist activity-feed

Tính đến 15-09-2023. Xem phiên bản mới nhất.

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.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

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!)

Tác giả
SeyTi01
Đánh giá
0 0 0
Phiên bản
1.3
Đã tạo
13-09-2023
Đã cập nhật
15-09-2023
Kích thước
4 KB
Giấy phép
MIT
Áp dụng cho

Features

  • Remove activities with no comments (optional)
  • Remove activities with no likes (optional)
  • Load more activities until a minimum number is reached (configurable)

You need to refresh the page when you navigate to a different activity-feed 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.