Alt
Alt
Do you use FF + VM? Seems, it's an issue with Violentmonkey / Firefox: https://github.com/violentmonkey/violentmonkey/issues/1895
BTW, I see, that the current API calls do not work for anonymous users. I need to use some other API to add the support to non-logged-in users will be...
I fixed the bug with VM + FF https://github.com/AlttiRi/twitter-click-and-save/commit/1195481330e996b942ae025407d7a7b538566d78. It was appeared from this commit: https://github.com/AlttiRi/twitter-click-and-save/commit/d74e7c2d3138fe4b8da46a97c5c24fa2b7be71a0. It was unexpected that the simple`searchParams.keys` method may not work in FF's content script...
Well, Elon Musk have returned the ability to use Twitter without requirement to be logged-in. I will check how to download the videos in this case later.
> my script has also started to do this, when i click the button it instantly turns into error Are you logged in? Currently, the video download does not work...
While it is not implemented you can manually import/export (history + settings) by running the follow code in the browser's console: The outdated version To export: ```js let exportObject =...
In Firefox `input.click();` does not work (from the browser's console). You need manually click here to open the file selector: 
It should be done exactly on `https://twitter.com` [origin](https://developer.mozilla.org/en-US/docs/Glossary/Origin). Each "site" (origin) has its own LocalStorage database. --- Just checked it works fine for me.  
Also `input.click();` _(to open the file chooser automatically)_ works, if you click on the web site first _(just click on any element, for example, on a text)_ before running the...
Yes, this temporal workaround overwrites. I did not write, that it does merge: https://github.com/AlttiRi/twitter-click-and-save/issues/12#issuecomment-1289141835 Here is the export and the import code snippets only. The merge option should be the...