-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
I often use the SingleFile extension to save webpages, but sometimes I need to hide or remove certain elements (such as sensitive data, advertisements, or other nuisance elements) before saving. Currently, I need to rely on another extension to delete or hide these elements, which can be a bit cumbersome. It would be fantastic if SingleFile could include a per-site option that allows users to specify elements to hide or remove before saving the page. incorporating regex support would be cool too.
Proposed Feature:
A setting in SingleFile where users can define specific elements (using CSS selectors) to be hidden or removed before the page is saved.
This feature could be configured per site to allow different settings for different websites.
A simple UI to add/remove/edit the selectors for each site, or an option to use the browser’s built-in developer tools to pick the elements directly.
Use Case:
This feature would allow users to:
Hide or remove sensitive information (such as personal data or login details).
Avoid saving unnecessary elements like pop-ups, banners, or ads.
Have a more seamless experience without needing to use an additional add-on or manually remove elements.
Additional Considerations:
It would be useful if the configuration could be as simple as a list of CSS selectors for each site that need to be hidden or deleted.
An option to reset the configuration for a site or disable the feature entirely.
Reactions are currently unavailable