Script updated
|
|
- The player reload code is now faster
Note 1: I haven't added a configuration dialog to set this preference yet, but I'll explain how to use it. If you can't get it to work, please wait till I write a GUI to do it. I don't want to answer questions about this. To set this preference, you'll have to open about:config and add a preference (String) with this name (without quotes): "greasemonkey.scriptvals.h**p://userscripts.org/scripts/show/13333/YousableTubeFix.userFormats" (h**p should be http). Its value should be an array of your selected video formats in your preferred order (from highest to lowest), in JSON format. For example, if you want the "best available quality" preference to select format 18 (MP4) over format 6 (FLV HQ), use ["22", "18", "6", ""]. If you don't want the script to check format 22 (MP4 HQ), you can use ["6", "18", ""]. If you want the default values, use null. |
|
|
Is something wrong with autoupdate? Script didnt told me that there is new version. BTW array of known video formats(in source code) looks better in previous versions. It was easy to set format preference then. Now is all in 4 lines and looks horrible. |
|
|
Thanks for the updates. I use all the time =) |
|
|
Beyond Fan: Thanks for your compliments matej505:
Horrible, eh? How nice :-) . I think you didn't understand what I've written above: you don't need to edit the script anymore to tweak the format preference. You only have to follow the instructions or wait till I write the configuration code for it. And it won't get overwritten when the script is updated |
|
|
Thanks so much for adding the ability to change the order! Now I won't have to change it with each update! :) |
|
|
I seem to be having a problem with the new version where the quality/format drop-down box doesn't do anything any more. With previous versions when selecting a different (green) setting, the movie would reload and restart at the beginning in the new format, but now it doesn't seem to do anything -- no reload and no change in quality. Am I the only one seeing this? |
|
|
Rhomboid:
|
|
|
2.0.0.19 and 9.0r48 |
|
|
I can confirm problem with the drop down not doing anything in Seamonkey 1.1.12 and 1.1.14 with Flash 10,0,12,36 |
|
|
Some features are not working anymore It doesn't remove Video Annotation "Prevent only autoplay" doesn't work |
|
|
Try the new script update |
|
|
now everything works |