Reviews for SingleFile
SingleFile by gildas
919 reviews
- Rated 5 out of 5by OmTatSat, 5 years agoThank you, great addon!
Can you please add ability to set path to save?
Upd.
Thank you, this is worked.
i use screentextshot/{page-title} ({date-iso} {time-locale}).html
Also to move to any different folders, not subfolder i use AHK script
~^+y:: ;hot key ctrl shift y
Loop { ; wait until file is exist
sleep, 5000
} Until FileExist("C:\Users\Sat\Downloads\screentextshot\*.html")
Loop Files, C:\Users\Sat\Downloads\screentextshot\*.html ; get created file names from folder
{
Filemove, %A_LoopFileFullPath%, C:\staff\screentextshot\%A_LoopFileName%, 1 ; move to destination folder
ToolTip, Сохранено C:\staff\screentextshot\%A_LoopFileName% ; message
;Msgbox % A_LoopFileFullPath "`nC:\NewPath\" A_LoopFileName A_LoopFileLongPath
Sleep, 2000
ToolTip ; remove message
}
returnDeveloper response
posted 5 years agoThank you for the review. You can save pages in sub-folders of your download folder by delimiting them with "/" in the filename template (see the options page).
Edit: Thank you for the feedback and the additional info. - Rated 5 out of 5by ENG-Adel, 5 years ago
- Rated 5 out of 5by Firefox user 13031600, 5 years ago
- Rated 5 out of 5by Firefox user 15526459, 5 years ago
- Rated 5 out of 5by RusMeasure, 5 years agoВеликолепное дополнение, НО с настройками "по умолчанию" не сохраняет все изображения на странице, для того что бы сохраняло ВСЕ, в настройках дополнения нужно выключить пункт "Изображения - группировать дубликаты изображений".
Так же с помощью данного дополнения можно легко и корректно перевести ранее сохраненную страницу .MHT в .HTML.
EN
A great addition, BUT with the default settings does not save all the images on the page, in order to save EVERYTHING, in the add-on settings you need to turn off the "Images - group duplicate images" item.
Also, with the help of this add-on, you can easily and correctly translate a previously saved .MHT page to .HTML.Developer response
posted 5 years agoThank you for your review! If you are not using Waterfox, then what you are describing is a bug. Feel free to contact me or post an issue (with a sample URL showing the bug) on Github so I can fix it. If you are using Waterfox, this is indeed unfortunately a known issue. - Rated 5 out of 5by 蝙蝠, 5 years ago
- Rated 3 out of 5by Firefox user 13036637, 5 years ago
- Rated 1 out of 5by ari, 5 years ago
- Rated 5 out of 5by debugging, 5 years ago
- Rated 5 out of 5by Eric Klien, 5 years agoThe Auto-save all tabs feature was extremely helpful when I wished to use this as part of an automated solution to read the HTML of a site that was blocking all my standard Linux programs. (So I now run Firefox with the URL in question and then this extension automatically grabs its source code.)
To run Firefox with a URL just type firefox https://example.com. You can set it up to work with a VNC program if you don't want it to display on the screen. - Rated 5 out of 5by kaine, 5 years agoFantastic extension, and it worked on one of the longest Reddit threads I know of (when nothing else did). No flaws, quick execution, and even open source!
Thank you for this! - Rated 5 out of 5by Vincent Off, 5 years ago
- Rated 5 out of 5by Firefox user 15494661, 5 years ago
- Rated 3 out of 5by Firefox user 15493990, 5 years ago
- Rated 5 out of 5by Ulrich Kar, 5 years ago
- Rated 5 out of 5by Firefox user 15467709, 5 years ago
- Rated 5 out of 5by Firefox user 15481845, 5 years agoPerfectly replaces a discontinued UNMHT and MAF addons!
- Rated 5 out of 5by Firefox user 12527376, 5 years ago
- Rated 5 out of 5by visit120, 5 years agoHello.
Pages remained ideally!
Here only there are the big lack: it are impossible to choose manually a way (the necessary folder) for preservation of each page.
At present, all pages remained on a system disk which are intend for
storages of system files, instead of files automobile, musical, scientific, culinary
and other themes in an one general heap.
At a great number of the ke pages - it are absolutely impossible to understand this heap.
*** Correction:
Thanks for the help.
Understanding with a conclusion of a window "save as". All worked.
I changes the estimation on 5.
But in Firefox settings - always I uses "to give out inquiry about preservation", and Firefox - remembered last folder in whom the page remaining, and the folder of loadings by default - are inactive, though are called "Loadings".
At preservation of the following page, the same way opened, and it are not necessary again and to choose again a disk, a folder, subfolder, each time since a disk of "C".
And the this version of your addition - did not remember a final journey of preservation and always used the fixed folder. Even at possibility to change a way in options and profiles -
it are much more less convenient, in comparison with storing of a last journey of preservation.
Tell please, whether you planned to add an option "to remember a final journey of preservation"?
In advance Thanks.Developer response
posted 5 years agoThank you for the review. You can indeed display the "Save as" dialog if necessary. There is an option for that and it's documented, see "File name > open the save as dialog to confirm the filename". By default, files are automatically saved into your downloads folder. If you want to choose another folder, configure Firefox to save files into this folder, see https://support.mozilla.org/kb/where-find-and-manage-downloaded-files-firefox#w_change-where-downloads-are-saved. Finally, the template of the file name in SingleFile allows you to save files in a sub-folder of your downloads folder, see the help page in SingleFile for more info.
EDIT: Uncheck "Misc. > Save pages in background" to remember the last location of your saved files. It's documented in the known issues here: https://github.com/gildas-lormeau/SingleFile#known-issues.
EDIT #2: You may also need to enable "Always ask you where to save files" in the options page of Firefox and disable "File name > open the save as dialog to confirm the filename" in SingleFile. Otherwise a simple "save as" popup will be displayed before the native "save as" dialog. - Rated 5 out of 5by Firefox user 12992831, 5 years ago