You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thank you for such a essential extension and open sourcing it.
Now as for this issue it's in b/w a bug and a feature request. Today I was trying to find the shortcut to open the devtools in Firefox by spamming some common keyboard shortcuts and I hit the Ctrl+Shift+U keys multiple time which this extension read and started to save all the tabs without me ever knowing that it was happening in the background. After some time I noticed that something was downloading multiple files in the Firefox. I checked and I saw multiple SingleFile saved pages.
$ ls ~/Downloads/*2_5_2025*.html | wc -l
194
I was confused and alerted as I never did anything which should've done this. Until I thought of the actions I did in the past few minutes and picked the action of me spamming the keyboard shortcuts. Then I checked if this extension had any keybindings attached to that. I did found this:
This extension should send some notification to the user about the operations happening in the background so that users are informed about the background operations. If you could please add some function that notifies the users in someway it'll be great.
The text was updated successfully, but these errors were encountered:
Thank you for the suggestion and your kind words. I totally understand your frustration. Unfortunately, as far as I know, it is not possible to display a notification in the browser. The extension icon changes its appearance, but I admit it's a rather inconspicuous signal.
I'll have to think about this. I'm a bit stumped at the moment...
First of all thank you for such a essential extension and open sourcing it.
Now as for this issue it's in b/w a bug and a feature request. Today I was trying to find the shortcut to open the devtools in Firefox by spamming some common keyboard shortcuts and I hit the Ctrl+Shift+U keys multiple time which this extension read and started to save all the tabs without me ever knowing that it was happening in the background. After some time I noticed that something was downloading multiple files in the Firefox. I checked and I saw multiple SingleFile saved pages.
I was confused and alerted as I never did anything which should've done this. Until I thought of the actions I did in the past few minutes and picked the action of me spamming the keyboard shortcuts. Then I checked if this extension had any keybindings attached to that. I did found this:

This extension should send some notification to the user about the operations happening in the background so that users are informed about the background operations. If you could please add some function that notifies the users in someway it'll be great.
The text was updated successfully, but these errors were encountered: