How can I reduce false alerts? Browser likes to randomly shorting word blocks

You can use the Regex filter to extract text that does not include "...", and then monitor that text. This option is available in the Visual Selector toolbar. You can use the following regular expression: [\w\s]*

For more details, please visit: Using Regex Filter