ATW Custom Activity Feed

Automated background scanner for capturing ATW user posts that match someone's interests (based on keyword matching) from the site's activity feed. Provides an easy to use floating UI dashboard that allows 3-state multi-tag filtering, persistent storage, and JSON export/import.

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

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

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
bananajo
1日のインストール数
0
累計インストール数
0
評価
0 0 0
バージョン
1.0
作成日
2026/03/01
更新日
2026/03/01
大きさ
29.6KB
ライセンス
MIT
対象サイト

--How to use--

Edit the script to:

1) define a list of keywords you want to match posts against in the captureKeywords array. This affects which posts will be saved in the local storage.
2) define a list of keywords you want to exclude posts from consideration before any other processing in the excludeKeywords array. This also affects which posts will be excluded from being stored.
3) define tags to assign words into categories you can then use to further filter the stored posts.
4) (optional) change the maximum list of pages to crawl on each cycle.
5) (optional) change the frequency it will be crawling. Recommended to estimate based on the typical amount of posts of the space you set the script to watch (as defined in baseUrl), so that it's not checking the same old content unnecessarily.
6) adjust the value of baseUrl according to the feed properties you want to watch, i.e.
/activities?type=country&country=UK&page=1&sort=latest

Note: it works well enough, but some functionality needs improvement (smarter duplicate post detection, smarter signature calculation for deleting/blacklisting posts). For suggestions reach out to [email protected]