YouTube Lyrics

By Aquilax Last update Jul 27, 2009 — Installed 121,913 times.

Not working

in
Subscribe to Not working 12 posts, 3 voices



Swarnava/Hea... Scriptwright
FirefoxWindows

Not Working Now..Fix The problem PLz

 
Aquilax Script's Author
Mozilla

Can you be a little bit more specific? For me it works.
Bugs report:
* 1st: add the location/link/url where this script should work but it doesn't
* 2nd: describe what should happen but it doesn't
* 3rd: look in the error console for more informations: Menu-->Tools-->Error Console-->Errors
* 4th: list all the others running scripts: Right click on GreaseMonkey Icon in the lower right corner of Firefox
* 5th: report also Firefox version and Greasemonkey version

 
Nikolayevich User
FirefoxWindows

Hi Aquilax,

YL all of the sudden stopped working for me too

* 1st: add the location/link/url where this script should work but it doesn't: I used YL with these 2 videos last week,

but know the box doesnt show up:

http://www.youtube.com/watch?v=GvTkHM4g83Q

http://www.youtube.com/watch?v=-RgOm_WJKpE

************************************

* 2nd: describe what should happen but it doesn't: The YL doesn't appear at all under any circumstance. **********************************

* 3rd: look in the error console for more informations: Menu-->Tools-->Error Console-->Errors

I found this error refereing YL (i think), it says: node1.href.match(/c=(\d+)/i) is null

Line: 180

here it is all *******************************************

// ==UserScript== // @name YouTube Lyrics // @namespace http://userscripts.org/users/28612 // @version 3.03.01 // @changes Added an option to display the "Youtube Lyrics - show" user command,Fixed the video group detection,Minor bugs fixed // @description Adds a lyrics box to the YouTube sidebar under the video informations box. It can search in twelve different lyrics sites and it shows also all the results in a drop down. // @include http://*youtube.com/watch?* // @require http://userscripts.org/scripts/version/33024/88... // @resource Library1Resources http://www.fileden.com/files/2008/9/2/2077873/J... // @resource Library1Resources_de http://www.fileden.com/files/2008/9/2/2077873/J... // @resource Library1Resources_es http://www.fileden.com/files/2008/9/2/2077873/J... // @resource Library1Resources_fr http://www.fileden.com/files/2008/9/2/2077873/J... // @resource Library1Resources_it http://www.fileden.com/files/2008/9/2/2077873/J... // @resource YoutubeLyricsResources http://www.fileden.com/files/2008/9/2/2077873/Y... // @resource YoutubeLyricsResources_de http://www.fileden.com/files/2008/9/2/2077873/Y... // @resource YoutubeLyricsResources_es http://www.fileden.com/files/2008/9/2/2077873/Y... // @resource YoutubeLyricsResources_fr http://www.fileden.com/files/2008/9/2/2077873/Y... // @resource YoutubeLyricsResources_it http://www.fileden.com/files/2008/9/2/2077873/Y... // @resource LyricsSitesDefinitions http://userscripts.org/scripts/source/34831.use... // ==/UserScript== var ScriptInfos={ id: 22569, name: "Youtube Lyrics", version: new Version("3.03.01"), language: "en", idPrefix: "YL" } var CM=null var RM=null; var SU=null; var DU=null; init(); function init() { CM=new ConfigurationManager(); RM=new ResoucesManager(); SU=new Updater(22569,"Youtube Lyrics","updater","//div[@id='YLLyricsPanel']"); DU=new Updater(34831,"Definitions","definitions","//div[@id='YLLyricsPanel']",installDefinitions); if (ScriptInfos.version.compareTo(CM.config.updater && CM.config.updater.version)==1) updateOptions(); ScriptInfos.language=CM.config.language; ScriptInfos.requestsCounter=0; $rmc("MenuOptions",[ScriptInfos.name],showOptionsPanel); var text1=getVideoCategory(); if (CM.config.showOnCategory==text1 || ($isa(CM.config.showOnCategory) && CM.config.showOnCategory.contains(text1))) initLyricsPanel(); else if (CM.config.addUserScriptCommandToShowLyricsPanel) $rmc("MenuShow",[ScriptInfos.name],initLyricsPanel); } function updateOptions() { var obj1={ language:"en", showSendFeedbackConfirm:"on", updater:{ lastCheckDate:new Date(), checkFrequency:1}, showOnCategory:"10", addUserScriptCommandToShowLyricsPanel:"on", showAlertOnSavePreferred:"on", showSearchTextBox:"on", showResultsDropDown:"on", showLinkOriginalPage:"on", showLinkSearchYoutube:"on", showLinkSendParsingError:"on", showSendParsingErrorConfirm:"on", preferredSite:"", activeSites:[], definitions:{ autoInstall:"on", lastCheckDate:new Date(), checkFrequency:1}, lyricsSitesDefinitions:[] }; $mo(obj1,CM.config); obj1.updater.vers

ion=ScriptInfos.version; var text1=GM_getResourceText("LyricsSitesDefinitions"); obj1.definitions.version=new Version(/version.*?((?:\.|\d)+)/gm.exec(text1)[1]); mergeLyricsSitesDefinitions(obj1,$t2o(text1)); setOptions(obj1); } function mergeLyricsSitesDefinitions(config,obj1) { var array1=new Array(); var obj2=config.lyricsSitesDefinitions; for(var num1=0;num1<obj1><obj2><cm><scriptinfos><array1><array2>
").replace(/\r/gmi,""); text3=text3.replace(/
/gmi,"
").replace(/
(?:\s*
)+/gmi,"
").replace(/^\s*(?:
\s*)+/gi,""); text1=RM.getText("LyricsParsingSuccessHTML",[ScriptInfos.idPrefix,text2,text3]); break; } } if (!text1) { flag1=true; text1=RM.getHTMLTexts("LyricsParsingError"); } } setLyricsDivContent(text1,false,CM.config.showSearchTextBox,CM.config.showResultsDropDown,CM.config.showLinkOriginalPage,CM.config.showLinkSearchYoutube,CM.config.showLinkSendParsingError && flag1); } function showOptionsPanel(reset) { var div1=addModalDiv(hideOptions); var div2=addOptionsPanel(reset); setFormValues($idp("OptionsForm"),CM.config); $idp("EditLyricsSitesDefinitions").disabled=false; with($idp("LyricsSitesDefinitions")) { readOnly=true; disabled=true; } div1.className=""; div2.className=""; ScriptInfos.optionsPanelVisible=true; } function addOptionsPanel(reset) { var div1=$idp("OptionsContainer"); if (div1 && reset) {div1.parentNode.removeChild(div1); div1=null;} if (div1==null) { addStyle("OptionsContainerStyle"); addNoPaddedListStyle(); var array1=new Array(); array1.push(RM.getHTMLTexts("OptionsGeneral",[ScriptInfos.idPrefix,,,,,,,,,,SU.homepageUrl])); array1.push(RM.getHTMLTexts("OptionsUpdater")); array1.push(RM.getHTMLTexts("OptionsDisplay")); array1.push(RM.getHTMLTexts("OptionsLyricsPanelContent")); array1.push(RM.getHTMLTexts("OptionsLyricsSites")); array1.push(RM.getHTMLTexts("OptionsLyricsSitesDefinitions")); div1=stringToHTML(RM.getHTMLTexts("OptionsContainer",[ScriptInfos.idPrefix,RM.getHTMLTexts("OptionsLeftSide",[ScriptInfos.idPrefix,ScriptInfos.name]),array1.join("\n")])); document.body.appendChild(div1); var li1=$idp("OptionsLyricsSites"); var ul1=li1.parentNode; ul1.removeChild(li1); for(var num1=0;num1<cm>

* 4th: list all the others running scripts: Right click on GreaseMonkey Icon in the lower right corner of Firefox

-Youtube buffer video

-Loopy youtube

* 5th: report also Firefox version and Greasemonkey version

GM version: 0.8.20090123.1

FF version: 3.5

Anything else you need to know please let me know j3fox@hotmail.com Thanks in advance

 
Aquilax Script's Author
Mozilla

@ Nikolayevich

Thanks, I will take a look at it tomorrow.

 
Swarnava/Hea... Scriptwright
FirefoxWindows

Help plzz

not working when oder youtube script install. :(

 
Aquilax Script's Author
FirefoxWindows

@Swarnava

Yuotube lyrics need only two things on yotube, the title and the sidebar. If you have a script which removes one of them it would not work.

 
Swarnava/Hea... Scriptwright
FirefoxWindows

i am using youtube enhancer ..but not work both..

 
Aquilax Script's Author
Mozilla

I've installed youtube enhancer and youtube lyrics works without problem. Try to disable all other scripts and to invert the execution order to find with script is causing the problem.

 
Nikolayevich User
FirefoxWindows

My YL is working back again, many thanks Aquilax !

 
Swarnava/Hea... Scriptwright
FirefoxWindows

accha can u temme..if i punch both script..its not working

 
Aquilax Script's Author
Mozilla

@Swarnava

http://userscripts.org/topics/30318#posts-144142

 
Swarnava/Hea... Scriptwright
FirefoxWindows

Accha U hav gtalk/yahoo or orkut id..plz gimme..i shal need bit talked with u

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel