Anilist: Hide Unwanted Activity

Customize activity feeds by removing unwanted entries.

目前為 2023-09-29 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
SeyTi01
評價
0 0 0
版本
1.7
建立日期
2023-09-13
更新日期
2023-09-29
尺寸
10.4 KB
授權條款
MIT
腳本執行於

Configuration

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:

  • targetLoadCount (Default: 2): Set a positive integer representing the minimum number of activities to display per click on the "Load More" button.
  • remove:
    • uncommented (Default: true): Set to true to remove activities with no comments. Set to false to keep them.
    • unliked (Default: false): Set to true to remove activities with no likes. Set to false to keep them.
    • images (Default: false): Set to true to remove activities containing images. Set to false to keep them.
    • videos (Default: false): Set to true to remove activities containing videos. Set to false to keep them.
    • customStrings (Default: []): Specify an array of strings that, if found in activities, will trigger their removal. For example, ['plans to watch', 'show-name']. Leave it as an empty array [] if you don't want to use this feature.
    • caseSensitive (Default: false): Set to true for case-sensitive string removal. Set to false for case-insensitive removal.
  • runOn:
    • home (Default: true): Set to true to run the script on the home feed. Set to false to exclude the home feed from processing.
    • social (Default: true): Set to true to run the script on social feeds. Set to false to exclude social feeds from processing.
    • profile (Default: false): Set to true to run the script on user profile feeds. Set to false to exclude profile feeds from processing.
  • linkedConditions (Default: [[]]): Allows you to group conditions together. Activities are removed if they satisfy all conditions within a group. Linked conditions are always checked (even if the individual conditions are set to false).

Example usage (linkedConditions): [['uncommented', 'unliked'], ['images', 'customStrings']]