From 188e738c8cd3eab6f29b5f907b92b378e961d744 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Fri, 29 Jul 2016 10:32:46 +0200 Subject: [PATCH] Update indev.user.js --- indev.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indev.user.js b/indev.user.js index 2512b51..1045df1 100644 --- a/indev.user.js +++ b/indev.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name MonsterLyrics button // @namespace https://github.com/NorbiPeti/ -// @version 0.9 +// @version 0.10 // @description Creates a button that searches for a lyrics video! // @author NorbiPeti // @match https://www.youtube.com/* @@ -13,7 +13,7 @@ window.lasttitle=""; -function AddYouTube(addtries) { +function AddYouTube(addtries) { //TODO: Handle [Official Lyric Video] (if from a mix, test if there is a lyric video on MC channel, if not, go to ML) var namecont=document.getElementById("watch7-user-header"); if(namecont===null || namecont.innerHTML.indexOf("Monstercat")==-1) return;