danny0838 / webscrapbook

A browser extension that captures web pages to local device or backend server for future retrieval, organization, annotation, and edit. This project inherits from legacy Firefox add-on ScrapBook X.
Mozilla Public License 2.0
894 stars 119 forks source link

Download page if string occurs in the page #375

Open ninalanyon opened 6 months ago

ninalanyon commented 6 months ago

I use WebScrapBook to automatically preserve pages that I create on a social networking sight. This works because my user name is in the URL. But sometimes I have long conversations on pages created by other people and of course my name is not in the URL.

Is it possible to add a feature that triggers an automatic save if a regular expression matches some text in the page? Or perhaps an X path expression?

danny0838 commented 6 months ago

This should be technially possible but will be a large code work and thus is unlikely in the near future.