🚑 viewcomic new design
This commit is contained in:
parent
4321c75ddd
commit
0f51e2e12b
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Viewcomic Scraper
|
// @name Viewcomic Scraper
|
||||||
// @namespace danielrayjones
|
// @namespace danielrayjones
|
||||||
// @version 0.0.1
|
// @version 0.0.2
|
||||||
// @description Scrape comics from viewcomic.com
|
// @description Scrape comics from viewcomic.com
|
||||||
// @author Dan Jones
|
// @author Dan Jones
|
||||||
// @match http://viewcomic.com/*
|
// @match http://viewcomic.com/*
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
function getStuff() {
|
function getStuff() {
|
||||||
let i = 0;
|
let i = 0;
|
||||||
|
|
||||||
$('div.separator a img').each(function () {
|
$('div.pinbin-copy img.picture').each(function () {
|
||||||
let $el = $('<a>');
|
let $el = $('<a>');
|
||||||
$(document.body).append($el);
|
$(document.body).append($el);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue