Skip to content

Commit

Permalink
Happy 2015 ! :)
Browse files Browse the repository at this point in the history
  • Loading branch information
vBm committed Jan 1, 2015
1 parent 945fd77 commit 7df5479
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addic7ed.followshows.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
// @supportURL https://github.com/vBm/snippets/issues
// @include http://followshows.com/show/*
// @include http://www.followshows.com/show/*
// @version 1.7.5.3
// @date 15/12/2014
// @version 1.7.5.4
// @date 01/01/2015
// @grant none
// ==/UserScript==

Expand All @@ -20,7 +20,7 @@ var showInfoSeason = showInfoSeasonDummy[0].replace(/\D/g, '').replace(/^0+/, ''
var showInfoEpisode = showInfoSeasonDummy[1].replace(/\D/g, '').replace(/^0+/g, '');
var showInfoEpisodeName = $('.episode-title').text();

// Silly addic7ed is not using always the same name of the shows like followshows.
// Due to different names either one of pages use we have to create an array to circumvent around it.
var addic7ed = {
'Legends (TNT)': 'Legends_(2014)',
'Äkta Människor': 'Real_Humans_(Äkta_Människor)',
Expand Down

0 comments on commit 7df5479

Please sign in to comment.