⬇️ Downgraded konami so that we could use version from bower
This commit is contained in:
parent
8766d09bc0
commit
ed63fc1206
6 changed files with 12 additions and 24 deletions
|
|
@ -2,7 +2,7 @@
|
|||
// ==UserScript==
|
||||
// @name Trakt Scraper
|
||||
// @namespace danielrayjones
|
||||
// @version 0.0.6
|
||||
// @version 0.0.7
|
||||
// @description Scrape lists of shows/movies from Trakt and download a JSON file
|
||||
// @author Dan Jones
|
||||
// @match https://trakt.tv/*
|
||||
|
|
@ -18,11 +18,9 @@
|
|||
|
||||
$(window).konami({
|
||||
code: [71,69,84],
|
||||
eventName: 'konami.get'
|
||||
cheat: getStuff
|
||||
});
|
||||
|
||||
$(window).on('konami.get', getStuff);
|
||||
|
||||
String.prototype.lpad = function(padString, length) {
|
||||
let str = this;
|
||||
while (str.length < length) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue