Assistance - ChangeDetection Crashes for a Page with Lots of Text - How to Track? #3066
-
I am trying to set up notifications when a new AdGuard version is released. But when I add the link to Change Detection, it crashes, probably because the Adguard Release page is Huge. Does anyone know how I can just track the top of the page? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
Wow thats a long page, can you define exactly what you mean by "it crashes" ? |
Beta Was this translation helpful? Give feedback.
-
But in any case, just use the 'plaintext' fetcher and a CSS filter of to get the first 3 items |
Beta Was this translation helpful? Give feedback.
But in any case, just use the 'plaintext' fetcher and a CSS filter of
div.article__content > div > div > :nth-child(-n+3)
to get the first 3 items