From 0f51e2e12b3b9906bf2b505650ee4e63d13fae09 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Mon, 16 Apr 2018 10:54:59 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20viewcomic=20new=20design?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- viewcomic.scraper.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/viewcomic.scraper.user.js b/viewcomic.scraper.user.js index bf6dd1f..dfb07a6 100644 --- a/viewcomic.scraper.user.js +++ b/viewcomic.scraper.user.js @@ -2,7 +2,7 @@ // ==UserScript== // @name Viewcomic Scraper // @namespace danielrayjones -// @version 0.0.1 +// @version 0.0.2 // @description Scrape comics from viewcomic.com // @author Dan Jones // @match http://viewcomic.com/* @@ -24,7 +24,7 @@ function getStuff() { let i = 0; - $('div.separator a img').each(function () { + $('div.pinbin-copy img.picture').each(function () { let $el = $(''); $(document.body).append($el);