automaticly fmt ?
|
|
srsly i think thats usefull. whats about a settings menu to choose to use something like this? |
|
|
Click on "View in High Quality (mp4)"...
|
|
|
:D
srsly also if i click in a done youtube video to a showing up video in the flash applet, then it changes to the standart quality. also if i go direct to youtube.com and click there to a vid, then it is just the standart quality i dont took a deep look to this userscript here cause its huge and srsly full with done work i dont want to mess with but this tiny little issue made me writing this 2 lines of script. i think it is possible to use GM_setValue to save the momentan setting and GM_getValue to restore it if something from the outside changed it. btw. your new button "View in Very Low Quality (flv)" means in german: case "de": return "Ansicht in niedrigster Qualität (flv)"; Updater Is Now Disabled means: case "de": return "Updater ist jetzt deaktiviert"; Updater Is Now Enabled means: case "de": return "Updater ist jetzt aktiviert"; New Update Found means: case "de": return "neues Update gefunden"; Visit Install Page means: case "de": return "Besuche die Installationsseite"; (omg.. userscripts.org rips & nbsp;) Later means: case "de": return "Später"; Problem during checking update means: case "de": return "Fehler bei der Überprüfung auf Updates"; :3 |
|
|
Thanks for the translation.
it isnt working if i get a youtube link in icq or another messenger.That's right. because i can only change the link in the browser. srsly also if i click in a done youtube video to a showing up video in the flash applet, then it changes to the standart quality.Clicked on that, returned to same quality... no problem. if i go direct to youtube.com and click there to a vid, then it is just the standart qualityWhen i do that, I got the same quality as the last video i watched. i think it is possible to use GM_setValue to save the momentan setting and GM_getValue to restore it if something from the outside changed it.The script do that to for links... But for outside YouTube pages, you need to add "*" in the GM -> Manage User Scripts... -> "YouTube Enhancer" Included Pages. ok... try the last script and set: const FORCE_DEFAULT_FMT =18; |
|
|
That's right. because i can only change the link in the browser. lul. you can :D
location.replace is usefull for that. it is replacing also the place in the browser history. (location.href is not doing that) |