⬇️ Downgraded konami so that we could use version from bower

This commit is contained in:
Dan Jones 2020-06-05 19:46:36 -05:00
commit ed63fc1206
6 changed files with 12 additions and 24 deletions

View file

@ -2,7 +2,7 @@
// ==UserScript==
// @name Comic Extra Scraper
// @namespace danielrayjones
// @version 0.0.5
// @version 0.0.6
// @description Scrape comics from comicextra.com
// @author Dan Jones
// @match https://www.comicextra.com/*
@ -22,11 +22,9 @@ console.log('will scrape comics');
$(window).konami({
code: [71,69,84],
eventName: 'konami.get'
cheat: getStuff
});
$(window).on('konami.get', getStuff);
function getStuff() {
let i = 0;