Espiya

Espiya Lobby => General Topics => : redmond13 April 09, 2017, 08:20:01 PM

: Download All Images In An Espiya Post
: redmond13 April 09, 2017, 08:20:01 PM
Helping you guys out. Kung ikaw ay isa ring "collector" this might come in handy.

Steps:
1. Press F12, and sa tabs na lalabas below your screen make sure you're under "Console
2. Copy and paste the js script below
3. Pag lumabas yung "Permission to download multiple files" allow mo lang (syempre :D)

Script:
:

  var jq = document.createElement('script');
        jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js";
        document.getElementsByTagName('head')[0].appendChild(jq);

        setTimeout(function () {
            // ... give time for script to load, then type (or see below for non wait option)
            jQuery.noConflict();

$ = jQuery;
            $('.bbc_img').each(function() {
 var a = document.createElement('a');
 a.href = $(this).attr('src');
 a.download = $(this).attr('src');
 a.click();
});
        }, 3000);


For peace of mind, here's about the script:
first 3 lines just imports jquery (para madali, auko mag mano2 at mag vanilla for this task lol)
next lines e instead nag titimeout lang ako to give time for jquery to load
the next lines say that for each elements na may class na bbc_img, mag lagay ka ng <a> tag nakapag na click e iddownload yung image.
lastly script automatically clicks the created <a> tags to download.

inexplain ko lang for you guys para baka kc isipin nio may virus or pang kuha ng kung anong details. Other devs may confirm, just comment for other user's peace of mind :)

I did this script for fun  ;D and dahil tamad ako mag right click + save all the time. thought you guys may use this as well.

Note: kung thumbnails lang yung asa post, sorry pero yung thumbnail lang yung maggrab nung script, you'll have to click, wait for the new tab then saka download manually :( otherwise for posts like this: http://espiya.net/forum/index.php?topic=168592.0;topicseen#sthash.z3XQ5zLH.dpbs (http://espiya.net/forum/index.php?topic=168592.0;topicseen#sthash.z3XQ5zLH.dpbs) you're good :)
: Re: Download All Images In An Espiya Post
: Makaldz April 09, 2017, 10:24:18 PM
Thanks for this. Appreciated much.
: Re: Download All Images In An Espiya Post
: soundwav0 April 10, 2017, 03:25:15 AM
(https://t1-cms-2.images.toyota-europe.com/toyotaone/euen/12%20pictos_toyota_11_tcm-11-422657.jpg)

 bnana

(https://www.clker.com/cliparts/i/R/8/Z/Z/w/number-2-grey-flat-icon-th.png)

(http://www.chinalawblog.com/wp-content/uploads/sites/110/2016/12/USE1.png) (https://www.mozilla.org/media/img/styleguide/identity/firefox/usage-standard-alt.7500e4e473cd.png)

(http://www.clker.com/cliparts/q/k/f/w/t/3/number-2-grey-flat-icon-th.png)

(http://programming4.us/image/042012/Keyboard%20Shortcuts_6.jpg)

(http://consultantsdevelopmentinstitute.org/wp-content/uploads/2016/06/3-icon.png)(http://logos.textgiraffe.com/logos/logo-name/Save-designstyle-summer-m.png)

(http://i430.photobucket.com/albums/qq24/soundwav0/01_zpsp5xmonb7.jpg)

(http://consultantsdevelopmentinstitute.org/wp-content/uploads/2016/06/4-icon.png)(http://www.deviqa.com/img/dedicated-team/ready-for-new-requests.png)(http://findicons.com/files/icons/2221/folder/128/normal_folder.png)

(http://i430.photobucket.com/albums/qq24/soundwav0/02_zpschdqi0qk.jpg)

(http://www.clker.com/cliparts/s/8/0/M/w/P/green-icon-5-th.png)

(http://i430.photobucket.com/albums/qq24/soundwav0/03_zpsjuzpmpvf.jpg)

(http://consultantsdevelopmentinstitute.org/wp-content/uploads/2016/06/6-icon.png)

(http://www.dcav.com.au/wp-content/uploads/2014/06/enjoy-2.jpg)

 ::laffman
: Re: Download All Images In An Espiya Post
: ogamer104 April 10, 2017, 03:59:32 AM
or use imagedownloader ng chrome.
: Re: Download All Images In An Espiya Post
: redmond13 April 10, 2017, 04:35:59 AM
Nasanay gumawa ng mga grabber haha now i feel stupid..  bnana
: Re: Download All Images In An Espiya Post
: Zbuffer101 April 10, 2017, 02:52:29 PM
do you know how to find up the instagram user / name / id of an posted image ?

for example may nag post instagram image link tapos gusto ko i follow

Thanks
: Re: Download All Images In An Espiya Post
: redmond13 April 10, 2017, 09:19:33 PM
do you know how to find up the instagram user / name / id of an posted image ?

for example may nag post instagram image link tapos gusto ko i follow

Thanks

Instagram sir hindi po, facebook though, yes.

Example in this post http://espiya.net/forum/index.php?topic=168950.0;topicseen#sthash.YUySCT6o.dpbs (http://espiya.net/forum/index.php?topic=168950.0;topicseen#sthash.YUySCT6o.dpbs)
1. Right click the target image, copy image address
2. dun sa image, copy mo yung susunod na set of numbers and characters after the first underscore
(https://s3.postimg.org/w7mtdm0n3/Untitled.png) (https://postimg.org/image/w7mtdm0n3/)
3. use it in this https://www.facebook.com/photo.php?fbid=<yung number na nakuha mo>
  ex. https://www.facebook.com/photo.php?fbid=10206350187943161

you'll be redirected dun sa original post where the image came from

note though that the post must be public
: Re: Download All Images In An Espiya Post
: kirovskie April 11, 2017, 02:34:36 AM
haha.. yeah okay na yang SAVE Page tapos delete nyo nlng mga ibang files ;) but sometimes if the resolution is maliit dito sa site ang disadvantage nyan e isasave nya lng yung exact size nya na sinet lng dito sa site .. not like going redirect to the image link.. some image links doesn't let you save the full resolution until you view it up.
: Re: Download All Images In An Espiya Post
: soundwav0 April 11, 2017, 05:46:54 AM
Instagram sir hindi po, facebook though, yes.

Example in this post http://espiya.net/forum/index.php?topic=168950.0;topicseen#sthash.YUySCT6o.dpbs (http://espiya.net/forum/index.php?topic=168950.0;topicseen#sthash.YUySCT6o.dpbs)
1. Right click the target image, copy image address
2. dun sa image, copy mo yung susunod na set of numbers and characters after the first underscore
(https://s3.postimg.org/w7mtdm0n3/Untitled.png) (https://postimg.org/image/w7mtdm0n3/)
3. use it in this https://www.facebook.com/photo.php?fbid=<yung number na nakuha mo>
  ex. https://www.facebook.com/photo.php?fbid=10206350187943161

you'll be redirected dun sa original post where the image came from

note though that the post must be public

(http://www.nplh.us/images/bravo.jpg)
: Re: Download All Images In An Espiya Post
: Leojseyer December 21, 2017, 03:20:10 AM
Like ko sana mag share ng photos but I don't know how. Can anyone explain the step by step procedure?
: Re: Download All Images In An Espiya Post
: alwayshidden December 21, 2017, 03:43:38 AM
I just save the whole page of the topic. Then get(cut and paste) all pictures i wanted on the saved files.
: Re: Download All Images In An Espiya Post
: syzmon December 21, 2017, 12:14:21 PM
(http://www.nplh.us/images/bravo.jpg)

Nice thanks for the info