您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Control the content displayed in your activity feeds
当前为
Customize the script's behavior by editing the config
object at the top of the script file. Below are the configuration options with their valid values:
false
): Set to true
to remove activities containing images. Set to false
to keep them.false
): Set to true
to remove activities containing videos. Set to false
to keep them.false
): Set to true
to remove activities containing only text. Set to false
to keep them.false
): Set to true
to remove activities with no comments. Set to false
to keep them.false
): Set to true
to remove activities with no likes. Set to false
to keep them.[]
): Remove activities containing user-defined strings. For example, ['plans to watch', 'show-name']
. Leave it as an empty array []
if you don't want to use this feature.2
): Set a positive integer representing the minimum number of activities to display per click on the "Load More" button.false
): Set to true
for case-sensitive string removal. Set to false
for case-insensitive removal.false
): Set to true
to only keep posts that would be removed by the conditions.[]
): Groups of conditions to be checked together. Linked conditions are always considered 'true'.true
): Set to true
to run the script on the home feed. Set to false
to exclude the home feed from processing.true
): Set to true
to run the script on social feeds. Set to false
to exclude social feeds from processing.false
): Set to true
to run the script on user profile feeds. Set to false
to exclude profile feeds from processing.false
): Set to true
to run the script on the home feed for not logged-in users. Set to false
to exclude the guest home feed from processing.Both containsStrings
and linkedConditions
support regular arrays []
as well as two-dimensional arrays [[]]
. When utilizing 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', 'customStrings'], ['uncommented', 'unliked']]
:options.reverseConditions = true
, remove.images = true
:Filter for: videos | text | show name