I’m trying to monitor a page that randomly includes a “Sponsored” keyword that I can’t seemed to find. Attempts to learn regex led me to the following result
^(?!Sponsored$).+$
Saved and attempted to ReEdit to make sure it was actually saved. However, I’m still being notified by that keyword randomly appearing.
Ok, I thought that was just a label. I changed the expression to match what you have but it is still alerting me every time keyword appears (I changed the keyword to match).
i had a feeling that would be the case because how that regex works. the first step is to figure out what the changed text looks like. when viewing changes, switch to “text” mode from the default “visual” mode. the text mode will show you the exact text captured and changes in it. let me know what you find out.