Skip to content

Commit

Permalink
Add @supportUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
vBm committed Jul 25, 2014
1 parent 9485f5a commit 2a91323
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addic7ed.followshows.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
// @icon http://followshows.com/favicon.ico
// @author vBm <[email protected]>
// @oujs:author vBm
// @supportURL https://github.com/vBm/snippets/issues
// @include http://followshows.com/show/*
// @include http://www.followshows.com/show/*
// @version 1.7.1
// @date 01/07/2014
// @grant none
// ==/UserScript==

var showInfoName = $('div#top-link a')[0].text;
var showInfoName = $('div#top-link a')[0].text();
var showInfoSeasonDummy = $('#top-link').find('h1').first().text();
var showInfoSeason = showInfoSeasonDummy.match(/(\d+)/g)[0].replace(/\D/g, "").replace(/^0+/, "");
var showInfoEpisode = showInfoSeasonDummy.match(/(\d+)/g)[1].replace(/\D/g, "").replace(/^0+/g, "");
Expand Down
1 change: 1 addition & 0 deletions remaining.episodes.followshows.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// @icon http://followshows.com/favicon.ico
// @author vBm <[email protected]>
// @oujs:author vBm
// @supportURL https://github.com/vBm/snippets/issues
// @include http://followshows.com/user/*
// @version 2
// @date 22/07/2014
Expand Down

0 comments on commit 2a91323

Please sign in to comment.