save-data icon indicating copy to clipboard operation
save-data copied to clipboard

WebExtension for sending the Save-Data: on HTTP request header.

Results 6 save-data issues
Sort by recently updated
recently updated
newest added

Hey! This addon brakes the visibilty at eletroda.com. Is there any way we can figure out what's wrong? I assume there might be some problem with their webserver.

Hi This **Save-Data:on** addon works OK for me with Android Firefox-Beta using a "Custom Add-on collection". Please fix it to work with addons.mozilla.org (AMO). Info is here ---> https://blog.mozilla.org/addons/2023/08/10/prepare-your-firefox-desktop-extension-for-the-upcoming-android-release/

It would be great to have a button that serve as a toggle to enable/disable the extension rather than going into the Addons page to do so.

Hey man, I hope you doing well and always have some tea/coffee to drink :) I found out that with this extension the articles on the right side of the...

Implement the following when `dom.netinfo.enabled` is flipped to `true` in Firefox beta ``` if ('connection' in navigator && navigator.connection.saveData === undefined) { navigator.connection.saveData = true; navigator.connection.dispatchEvent(new Event('change')); } ```

Hi, thanks for making this extension. FYI - I've suggested that Firefox implement the functionality directly in the browser. Bugzilla feature request here: https://bugzilla.mozilla.org/show_bug.cgi?id=1627407 I'd be curious if you have...