您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork is available in English.
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
.