Skip to content

Instantly share code, notes, and snippets.

@david-binda
Last active June 12, 2019 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save david-binda/3890ca7ddec45a965abd4038cce45f2e to your computer and use it in GitHub Desktop.
Save david-binda/3890ca7ddec45a965abd4038cce45f2e to your computer and use it in GitHub Desktop.
Download image from PhotoVogue ( https://www.vogue.it/en/photovogue )
javascript:(function()%7B%20window.location%20=%20document.querySelector(%22%23galleryWrapper%20.carousel-content%20.item.active%20img%22).src%20%7D)();
@david-binda
Copy link
Author

david-binda commented Apr 20, 2019

Installation

  1. In Chrome, click Bookmarks->Bookmark Manager.
  2. You should see a new tab with the bookmarks and folders listed.
  3. Click the hamburger menu (three dots above each other) in the top right hand corner
  4. Select "Add new bookmark"
  5. You should see two input fields. Name and URL
  6. Paste the javascript code (on the top of this page) into the second field labeled URL.
  7. Pick some name for the bookmark you can remember (eg.: "Download from PhotoVogue")
  8. Hit the "Save button"

Usage

  1. Navigate yourself to a detail display of the picture you want to download (eg: https://www.vogue.it/en/photovogue/Portfolio/Archive?photographer=Barbora%20Binovcova&photographer_id=20023&md_pageIndex=0&md_page=0&md_pid=1728629 )
  2. Click Bookmarks in the browser menu and select the bookmark you created in the installation step (ie: Download from PhotoVogue)
  3. You should get redirected to a page where only the image you viewed is displayed, and now you can right click on the image and download it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment