sneakypete81 / updatescanner

Firefox addon to monitor web pages for updates.
http://sneakypete81.github.io/updatescanner/
GNU General Public License v3.0
204 stars 31 forks source link

jQuery selector-based filtering #9

Open bryceschober opened 10 years ago

bryceschober commented 10 years ago

It sure would be nice one could specify a jQuery-style selector to watch for changes in a subset of the entire page, as can be done with the Google Chrome extension called Page Monitor: http://max99x.com/chrome-extensions/page-monitor

sneakypete81 commented 10 years ago

Agreed - this would be a very useful feature

LordRaahhh commented 10 years ago

Your to do says you need an interface for this. I think you should use the selection method used in 'Element Hiding Helper for AdBlock Plus' (which came from an old extension called Aardvark). It's easy to use and has a small learning curve; instead of what looks like a complex method used in that GChrome extension.

sneakypete81 commented 4 years ago

@adsamcik has implemented this! 🎉 This is in version 4.6.0beta2 (see #36 for how to install beta releases).

Please use this issue for any feedback.