⬇️ 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 Trakt Show Picker
// @namespace danielrayjones
// @version 0.0.4
// @version 0.0.5
// @description Pick a show from progress page
// @author Dan Jones
// @match https://trakt.tv/users/*/progress*
@ -18,11 +18,9 @@
$(window).konami({
code: [80, 73, 67, 75],
eventName: 'konami.pick'
cheat: pickShow
});
$(window).on('konami.pick', pickShow);
let watched_shows;
function pickShow() {