Dezaimasu / cute-button

Little button to save images and webms in one click.
https://addons.mozilla.org/en-US/firefox/addon/cute-save-button/
MIT License
42 stars 8 forks source link

[issue+feature request] Please add an option to disable the button and only use spacebar to download #43

Closed fourteen-1 closed 1 year ago

fourteen-1 commented 1 year ago

Issue: dl button (bottom right) appears on top of "full-screen" button for videos and i can't full screen the video.

firefox_ABKjbZCsdW firefox_Bnnkpwanpl

Possible fix: make the button appear just above the video controls bar somehow?

Feature request: Make an option to disable the button entirely and make it possible to download media via hotkey only.

thanks for the amazing extension. its made downloading images and clips a lot easier.

Dezaimasu commented 1 year ago

image This option was created for just such cases. Also there's Alt+Q hotkey to hide the button.

fourteen-1 commented 1 year ago

hide button feature is already enabled. Alt-Q seems to be a neat trick, though. Thanks.

Thespikedballofdoom commented 3 months ago

Alt-Q hides it when the button was already visible, and only for that image for that hover-session, but I would really like if there was a way to hide it 100% of the time but keep the downloading functionality active. I wanted to target it with CSS or uBlock temporarily, but I can't seem to actually hide it no matter what.

Dezaimasu commented 3 months ago

@Thespikedballofdoom If the option I mentioned above is not enough, you can completely hide the button by setting the horizontal offset to some really high negative value. That way it will appear off-screen, so it's functionally invisible. image

Thespikedballofdoom commented 3 months ago

That works, thank you a bunch for this!