Download all Images
-
mariokreeft last edited by
I too got an alert from eSet first time using this extension:
Tijd;Scanner;Objecttype;Object;Detectie;Actie;Gebruiker;Informatie;Hash;Eerst gezien hier
15-5-2020 21:52:22;HTTP-filter;bestand;https://addons-extensions.operacdn.com/media/direct/25/165825/7012d22d82f2a9ef0e0e5c54c2e66e70.crx;JS/Chromex.Agent.AP trojaans paard;verbinding verbroken;MARIO-AMD\Mario;Gebeurtenis plaatsgevonden tijdens een poging om het web te openen door de toepassing: C:\Program Files\Opera\68.0.3618.63\opera.exe (FC6F8754DE3BD9C17F8283ECE01CED2BDB378AA4).;4B85F117623D0526CD02100ABF9631A24168A10F;and later
Tijd;Scanner;Objecttype;Object;Detectie;Actie;Gebruiker;Informatie;Hash;Eerst gezien hier
15-5-2020 22:37:33;HTTP-filter;bestand;http://ww38.y1jxiqds7v.com;JS/Redirector.NDS trojaans paard;verbinding verbroken;MARIO-AMD\Mario;Gebeurtenis plaatsgevonden tijdens een poging om het web te openen door de toepassing: C:\Program Files\Opera\68.0.3618.63\opera.exe (FC6F8754DE3BD9C17F8283ECE01CED2BDB378AA4).;276351E25FAEE7EA939CC18135DA725F86741E5A;tried to connect to trojan horse (trojaans paard) I suppose? It got blocked so i still use the extension but be aware and alert..
-
burnout426 Volunteer last edited by
Opera has checked things out with this extension. All is fine. If your anti-virus detects anything, it's a false positive.
-
jvvv last edited by
Looks like a great add-on but I'm getting an error message and can't install it:
An error occurred when installing the extension: Could not install package: 'COULD_NOT_CREATE_TEMP_DIRECTORY'
-
oh-artem last edited by
Топчик. работает, грузит всё как по отдельности, так и архивом все изображения с сайта - jpg, png, gif, ai, webd преобразует сразу!
-
Kamamasa last edited by
It is very nice exetentions,but I think if the UI became more easy to use ,more user download this extention.
someone says it is trojans,but there no trojans I think.(I'm japanese and I'm not good at english, so sry for making some mistakes.)
-
jagajaga last edited by leocg
Do Not install, it's a Malware which tries to download trojans from infected websites!!
-
cratte last edited by leocg
Addon Download all Images is Malware !!
Warning!!!Avast Antivirus Warnings:
URL:Scam :
ausoafab.net
URL:Blacklist :
avtub.click
flashx.tv
affiliates1128.com
traffic.tc-clicks.com
servicegetbook.net
see-work.info
URL:Phishing
signup-page.com
mobpushup.com
padsdel.com
ethfw0370q.com
clickandjoinyourgirl.com
adtrack123.pl
shrugartisticelder.com
click2cvs.com
residenceseeingstanding.com -
tnowak Opera last edited by
@cratte Because it didn't happen to me after setting "Level = 0" (in the top right corner of the dialog) and running the extension on some trusted websites.
Default value of "Level = 1" means that resources from linked websites are accessed, and (for me) it always triggers warnings about tracking domains.
-
albertop last edited by albertop
Sites that hide image links inside an svg put inside an external document loaded into an object tag!
Re: Download all Images
Very good extension. always ok on simple sites.Sadly, there are some sites like this:
https://dokumen.tips/that hides the jpg link in a very obscure way:
sample page:
URL: https://dokumen.tips/documents/topolino-libretto-n-1.html?page=1Code extract ("(user)" comments are mine):
<!-- (user) this div contains a single page with an image inside it, protected from download --> <div id="p1" style="overflow: hidden; position: absolute; background-color: white; width: 535px; height: 765px; margin: 0px;" class="page-inner"> <!-- Begin page background --> <!-- (user) this div is a transparent overlay used to intercept clicks --> <div id="pg1Overlay" style="width: 100%; height: 100%; position: absolute; z-index: 1; background-color: rgba(0, 0, 0, 0); user-select: initial;"></div> <!-- (user) this div is the image indirect container --> <div id="pg1" style="user-select: initial;"> <!-- (user) object is used to defeat the finding of links, and contains a document that contains in turn an svg --> <object width="535" height="765" data="https://reader034.dokumen.tips/reader034/viewer/2022052117/568c2c261a28abd8328c8539/html5/1/1.svg" type="image/svg+xml" id="pdf1" style="width:535px; height:765px; -moz-transform:scale(1); z-index: 0;"> #document <!DOCTYPE svg PUBLIC....> <!-- (user) the svg contains in turn an Image tag with the link (xlink type) to the true image loaded --> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 535 765" version="1.1"> <image preserveAspectRatio="none" x="0" y="0" width="535" height="765" xlink:href="img/1.jpg"/> </svg> </object> </div> <!-- End page background --> </div>
To handle those pages, the developer of the extension should IMHO:
- follow also the OBJECT links as they were external links (aka, load the inner DOCUMENT);
- look also inside SVG tags (process them);
- interpret "xlink" type links that are put inside Image tags that are inside svg, as they were normal image links.
-
albertop last edited by albertop
@albertop
Github Issue is https://github.com/belaviyo/save-images/issues/76 .
Update: developer seems to have solver issue!
GitHub commit: https://github.com/belaviyo/save-images/commit/6faf7ddc03ce777c27646983b56fb2dceb69ffe7
I will test it soon