Greasy Fork is available in English.
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 image activities.false): Set to true to remove video activities.false): Set to true to remove text-only activities.false): Set to true to remove uncommented activities.false): Set to true to remove unliked activities.[]): Remove activities containing specific 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 keep posts that meet removal conditions.[]): Groups of conditions to be checked together.true): Set to true to run on the home feed.true): Set to true to run on social feeds.false): Set to true to run on user profile feeds.false): Set to true to run on the home feed for guests.containsStrings and linkedConditions support both regular ([]) and two-dimensional arrays ([[]]). In two-dimensional arrays, conditions/strings within the inner arrays are evaluated together. For example, ['A', 'B'] removes entries containing 'A' or 'B', while [['A', 'B']] removes entries containing both 'A' and 'B'.
options.linkedConditions: [['images', 'customStrings'], ['uncommented', 'unliked']]:options.reverseConditions = true, remove.images = true:Filter for: videos | text | show name