diff --git a/mb_discids_detector.user.js b/mb_discids_detector.user.js index 7e81009..3a116ea 100644 --- a/mb_discids_detector.user.js +++ b/mb_discids_detector.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Musicbrainz DiscIds Detector // @namespace http://userscripts.org/users/22504 -// @version 2016.03.05.0 +// @version 2016.11.11.0 // @description Generate MusicBrainz DiscIds from online EAC logs, and check existence in MusicBrainz database. // @downloadURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/mb_discids_detector.user.js // @updateURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/mb_discids_detector.user.js @@ -105,7 +105,7 @@ function gazellePageHandler() { $(torrentInfo).find('a') // Only investigate the ones with a log .filter(function (index) { - return $(this).attr("href").match(/action=viewlog/) || $(this).text().contains("View Log"); + return $(this).attr("href").match(/action=viewlog/) || $(this).text().match(/View Log/); }) .each(function () {