Hides uncommented/unliked activity on Anilist's activity feeds
目前為
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.