You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First solution that comes to my mind is a separate config file (something like blacklist.txt or so) consisting of a set of XPath queries addressing elements to exclude.
Something like: watcher.py -u https://github.com --ignore-elements blacklist.txt with blacklist.txt:
I think, that's a good idea. You could also include it in the example/many.json file. One single XPath to use for diff and then a list of XPath to ignore.
A feature request would be to exclude certain HTML tags from beeing monitored, for example when checking I might want <script> tags to be ignored.
The text was updated successfully, but these errors were encountered: