Skip to content

Instantly share code, notes, and snippets.

View callado4's full-sized avatar

Jose Martinez callado4

View GitHub Profile
@callado4
callado4 / realtor.js
Last active October 29, 2023 03:58 — forked from bryant988/zillow.js
Zillow Image Downloader
/*
Open up vertical photo gallery and scroll all the way to the bottom
*/
const script33 = document.createElement('script');
script33.src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js";
script33.onload = () => {
$ = jQuery.noConflict();