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.

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği yüklemek için Tampermonkey gibi bir uzantı yüklemeniz gerekir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

Bu stili yüklemek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için Stylus gibi bir uzantı kurmanız gerekir.

Bu stili yükleyebilmek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı kurmanız gerekir.

Bu stili yükleyebilmek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

(Zateb bir user-style yöneticim var, yükleyeyim!)

Yazar
bananajo
Günlük kurulumlar
0
Toplam kurulumlar
0
Değerlendirmeler
0 0 0
Versiyon
1.0
Oluşturulma
01.03.2026
Güncellenme
01.03.2026
Boyut
29,6 KB
Lisans
MIT
Geçerli

--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]