Replies: 1 comment 2 replies
-
just set a CSS filter of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to monitor a page (https://scubaboard.com/community/forums/classifieds-lights.750/), and receive an alert only when any of several specific strings newly appear (
Big Blue
orBigBlue
).It would seem from issues 71 and 190, and pull 187, that the "Trigger/wait for text" should do this for me, but I'm having issues.
Note, incidentally, that we're currently in a corner case: my target string currently appears on the page. My preference is to only be alerted when it newly appears (i.e. a new instance of the string appears.)
If I don't include an Ignore of
/Replies.*Views.*/
then I get an update every time the page is scanned, as the view counts on the triggering line change. If I do include that ignore, I seem to be back to getting other extraneous page changes.(I haven't tried building a regex that only extract those strings -- that's a possibility, but it feels hacky compared to what I think should be working.)
Beta Was this translation helpful? Give feedback.
All reactions