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