[Alt'tiRi]

Results 159 comments of [Alt'tiRi]

It uses the default browser's settings "Ask where to save each file before downloading". --- Also, `GM_download` with subpaths aren't supported in ViolentMonkey. Although, there is a browser's File System...

Damn, it's bad, since there is not only `jpg` images, but `png` ones too (~9 %). So, just replacing `webp` with `jpg` will not be an ideal variant. ```js if...

Oh, fine, I do not need to use API. I just need to check does `orig` URL for `jpg` format (`...?format=jpg&name=orig`) returns `404`, if it is, then the image is...

https://github.com/AlttiRi/twitter-click-and-save/commit/00ad7dc2757705031c9b0c9c3b6da7be0894c8f2

It does not work with "Enhanced Tracking Protection" set to "Strict" in Firefox. `about:preferences#privacy` ![image](https://user-images.githubusercontent.com/16310547/194444188-a5d61885-fa4d-4365-baca-93006605731a.png) I checked it, the old version of the script works the same way (0.8.3-2022.08.09, for...

Checked with the latest Firefox 105.0.2. --- Even with [Firefox ESR 102.3.0](https://www.mozilla.org/firefox/enterprise/) the old userscript version [0.8.3-2022.08.09](https://github.com/AlttiRi/twitter-click-and-save/raw/0675589eff5fd76797f7e8ef67598c92713fc278/twitter-click-and-save.user.js) does not work. I assume it never used to work with _this_ setting...

> It used to work in FF before. Possibly, _one year ago_ it even worked (with "Strict" option), when it tested it before: https://github.com/violentmonkey/violentmonkey/issues/1325 But it does not seem to...

Now you can choose between enabling - The download progress, or - The fix of "Enhanced Tracking Protection" set to "Strict" in Firefox. (Required for VM and GM, but not...

I can reproduce it with simulating a mobile viewport with DevTools on PC. Seems it because the video does not play automatically in mobile version. Will take a look how...

I wanted to totally refactor the download button's code in some days, but okay, here is a quick fix (temporally): https://github.com/AlttiRi/twitter-click-and-save/commit/d74e7c2d3138fe4b8da46a97c5c24fa2b7be71a0 You can install it (the dev version) from GitHub:...