Script updated
|
|
- Remove header and footer and copyright should work ok now (YouTube changed its id)
|
|
|
Thanks for the update. BTW when I use the max option for video size, is it supposed to be slightly bigger (scrollbars show)? |
|
|
The max size is supposed to calculate your viewport size and use it and the video size to find the largest factor it could multiply by the video size dimensions to fit in the viewport without scrollbars |
|
|
Hello MIndeye and thanks for the update.
|
|
|
I'm afraid it's just you, the links work ok for me at least. Can you post a link to the video where they don't work? Do you use another script or extension for YouTube? Errors in the Error Console? What are you script settings? |
|
|
Thank you! :-) |
|
|
Hello again Mindeye, I've turned off everything I think could be clashing, including all other Greasemonkey scripts and other web page filtering, but I still get the problem. It doesn't seem to be specific to any one or group of videos, but in general. I've got your script set (using the on-page menu) to remove nothing. I'm using Firefox 3.0.5 I've put a screen grab at the following url. The url in the status bar is from my mouse hovering over the 'Download as FLV' link. The link in the blue title seems to be the same. The 'embed url' section also shows the undefined path. http://i405.photobucket.com/albums/pp138/leecov... Thanks for any help; let me know if would help to email you / paste the html source of the page. Thanks a lot,
|
|
|
Do you get any error in the Error console? It seems this line is failing for some reason:
var ytHost = window.location.protocol + "//" + window.location.host; What Greasemonkey version are you using? Does it work if you edit the script and change the line to:
var ytHost = location.protocol + "//" + location.host; ? |
|
|
Hello Mindeye, I can't find that specific line, but I have:-
The Firefox Error Console shows lots of 'Warnings' entries when I browse to a Youtube page, but I don't understand them. They all however mention http://s.ytimg.com/yt/cssbin/www-core-vfl74459.css
I don't know if any of that helps you.
|
|
|
leecovux:
Have you edited the script? |
|
|
Hello again, I think I've worked it out; a problem at my end.
Sorry and thanks for helping me anyway! Lee |