Greasy Fork

Anilist: Hide Uncommented Activity

Hides uncommented/unliked activity on Anilist's activity feeds

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

作者
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.