您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Control the content displayed in your activity feeds
Edit the config
object at the top of the script file to customize the script's behavior. Here are the options:
false
): Set to true
to remove activities containing images.false
): Set to true
to remove activities containing gifs.false
): Set to true
to remove activities containing videos.false
): Set to true
to remove activities containing only text.false
): Set to true
to remove activities that have no comments.false
): Set to true
to remove activities that have no likes.[]
): Remove activities containing user-defined strings.2
): Set the minimum number of activities to display per "Load More" click.false
): Set to true
for case-sensitive string removal.false
): Set to true
to only keep posts that meet removal conditions.[]
): Groups of conditions to be checked together.true
): Set to true
to run on the home feed (/home
).true
): Set to true
to run on social feeds (/*/social
).false
): Set to true
to run on user profile feeds (/user/*
).false
): Set to true
to run on the home feed for guests (/social
).containsStrings
and linkedConditions
support both regular ([]
) and two-dimensional arrays ([[]]
). In two-dimensional arrays, conditions/strings within the inner arrays are evaluated together.
['A', 'B']
removes entries containing either 'A' or 'B'.[['A', 'B']]
removes entries containing both 'A' and 'B'.[['A', 'B'], ['C', 'D']]
removes entries containing either both 'A' and 'B' or both 'C' and 'D'.options.linkedConditions: [['images', 'containsStrings'], ['uncommented', 'unliked']]
:options.reverseConditions = true
, remove.images = true
:Filter for: videos | text | show name
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址