Отзывы на SingleFileZ
SingleFileZ от gildas
47 отзывов
- Оценено на 5 из 5от alefi, 4 дня назад
- Оценено на 5 из 5от GiPiero, 2 месяца назадFirst of all, thanks for this indispensable addon.
I've just one question: how can I edit the saved files?
Using the OLD .maff format, I simply opened them with the archive manager and saved them.
With SingleFileZ's files I can open it, modify it but I can't save it. The archive manager tell me it is read only (obviously I checked the saved file and it is not read only).
If I extract the file, modify it, zip it again and rename it in .html, it don't work anymore (it is opened like a binary file).
How can I do?
Thanks in advance.
EDIT: thanks for the fast answer.
Editing the file looks quite compex, it seems. My usual needs are edit the HTML (inside the index.html file) or remove some undesired and cumbersome file inside the images folder. I'll try the annotation tool (EDIT2: no, it is not meant for the modifications I need).
Just to know, what is the reason why I can't edit the file with an archive manager like I did with .maff files?Ответ разработчика
размещено 2 месяца назадDepending on what you want to do, the annotation editor integrated in SingleFileZ might be sufficient. Otherwise, you have to run a HTTP server, unzip the file in a folder exposed by the HTTP server, and save the page you have modified via http://localhost with SingleFileZ.
EDIT: For practical reasons, this is not the best place to discuss about issues/feature requests. Please send me an email (cf. "Support email" here https://addons.mozilla.org/en-US/firefox/addon/singlefilez/) or create an issue here: https://github.com/gildas-lormeau/SingleFileZ/issues. - Оценено на 5 из 5от jdautz, 4 месяца назад
- Оценено на 5 из 5от Пользователь Firefox 10447271, 5 месяцев назад
- Оценено на 5 из 5от Jerico, 7 месяцев назад
- Оценено на 5 из 5от frostbyte, 8 месяцев назад
- Оценено на 5 из 5от nijazm, год назад
- Оценено на 5 из 5от Пользователь Firefox 16348317, год назад
- Оценено на 5 из 5от denb10, год назадVery good add-on.
Unfortunately, the last version (1.3.23) doesn't work by me (FF 91.11.0esr under W7 64-bit). - Оценено на 5 из 5от Nico, 2 года назад
- Оценено на 5 из 5от OM_RA, 2 года назадGreat extension! It does its job well.
The problem I have is that it does not save the images, CSS or javascript of the web page with the original names.
Is there a way to make it save these elements with the original names? - Оценено на 5 из 5от SouzaRM, 2 года назадFantastic!
Congratulations to the Developer.
Perfectly packs the page layout.
Fully customizable and with powerful features.
Once the HTML page has been downloaded, just go upLoad to:
1. https://www.netlify.com
or
2. GooGle Drive, and open the HTML page with [https://www.drv.tw] - Оценено на 5 из 5от teeaggo, 2 года назад
- Оценено на 5 из 5от Пользователь Firefox 16948465, 2 года назадThe better is the enemy of the good - if there was now also the possibility to mark and note, as in SingleFile, then it would be perfect.
A must-have! - Оценено на 5 из 5от thecrackmaster, 2 года назад
- Оценено на 5 из 5от Sutrisno, 3 года назад
- Оценено на 5 из 5от Torcerdra, 3 года назад
- Оценено на 5 из 5от rainshark, 3 года назад
- Оценено на 5 из 5от Пользователь Firefox 13696387, 3 года назадEdit: Thank you for the solution, it covered every single problem that I listed and it works perfectly!.
*For anyone not familiar with using Firefox Developer Tools:
after clicking on F12 and selecting the "Console Tab" you need to then paste the code below into the bottom left of the "Console Tab" then press the Enter key on your keyboard, *do not paste the code at the top right!.
Code below:
document.querySelectorAll("button button").forEach(node => node.remove())
---
SingleFileZ & Singlefile are no longer working with the latest update to Waterfox Classic 2021.01.
The layout when saving a videos webpage & all comments on *youtube* are now all over the place.
The youtube comments are now on the far right (which can't be read as they are cut off) & the video icon is all out of place & not actually captured.
I really like this add-on...
*but I have never been able to save a youtube video webpage with all of the videos comments shown as is* yet, while trying to do so using (Waterfox Classic), even with any of the older versions of this add-on & I am unsure why?.
As even when it did work for me on Waterfox Classic, when saving a videos webpage on youtube, it always saved all of the suggested videos (that should of been saved on the right hand side of the webpage) but instead it saved & placed them all underneath all of the comments, it also placed them all on the left hand side of the webpage instead!).
It would also only save a huge video image at the top of the webpage (instead of the small default sized video image).
*[I'm unsure if it makes any difference to how your add-on saves a webpage and its layout, but I do change my Waterfox Classic browsers user agent string to Googlebot 2.1 when I'm browsing or saving webpages on youtube!, as this works better for me on an older PC.]*
If you are able to fix any of the above problems or suggest a way that I can save a webpage on youtube *as is, that would be great.
Thank you.Ответ разработчика
размещено 3 года назадThis is a bug in the HTML markup of Youtube. All browsers are affected by it.
To circumvent it, you can press F12 before saving the page, click on the "Console" tab, paste the code below and press Enter.
document.querySelectorAll("button button").forEach(node => node.remove()) - Оценено на 5 из 5от pigpen, 3 года назад
- Оценено на 5 из 5от E3D3, 3 года назад
- Оценено на 5 из 5от Пользователь Firefox 13434365, 3 года назадReally useful and well written. Works great. Thanks gildas
- Оценено на 5 из 5от DarkBrave, 3 года назад
- Оценено на 5 из 5от Firefcx user 11712425, 3 года назад"include the infobar in the saved page" does not work Firefox 79. Reset the extension's settings, then tick this option and save a page. In another Firefox install (without SingleFileZ), open the saved file: no "( i )" icon is displayed. This feature works fine in the more popular non-Z version of this extension; only this version seem to have this bug.
Ответ разработчика
размещено 3 года назадThank you. I'll check why it does not work anymore.
EDIT: It's fixed in the version 0.5.68.