Anilist: Hide Uncommented Activity

Hides uncommented/unliked activity on Anilist's activity feeds

目前為 2023-09-18 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

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

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
SeyTi01
評價
0 0 0
版本
1.5
建立日期
2023-09-13
更新日期
2023-09-18
尺寸
6.3 KB
授權條款
MIT
腳本執行於

Features

  • Remove activities with no comments (optional)
  • Remove activities with no likes (optional)
  • Load more activities until a minimum number is reached (configurable)
  • Choose where the script should run (home feed, user profile feeds, social feeds)

Configuration

You can customize the script’s behavior by editing the config object at the top of the script. The available options are:

  • 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.
  • remove: Customize which activities to remove:
    • uncommented: 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.
    • unliked: 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.
  • runOn: Choose where the script should run:
    • home: Set this to true if you want the script to run on the home feed. The default value is true.
    • profile: Set this to true if you want the script to run on user profile feeds. The default value is true.
    • social: Set this to true if you want the script to run on social feeds. The default value is true.