ahh never mind i needed to be on x11 for videos.
and still have gnash in as some one would probably have told me eventually is fine.
Im going to check more stuff before i ask next time
Thanks Swift this works incredibly.
Edit
I want to make this work for google video and possibly divx videos if its possible. Mostly the stuff i find on 66stage.com
i tried changing the sites list in greasemonkey but it didnt go over.
Then i navigated to the hqtube.user.js file in the firefox directory open in up in nano with the terninal.
I went through and read the javascript stuff (i have no knowledge here I'm just fallowing common sense)
anyway I found this
Code:
var src = 'http://youtube.com/get_video?'+
'video_id='+video_info.video_id+
'&t='+video_info.t+
fmt;
It was the only piece of code i saw that had youtube anywhere in it. I'm planning to try to find the applicable links for google video and duplicate that right below then cross my fingers.
I think making it work for divx will require me to change other things like the format that is entering and if it needs to be changed at all..
Unless of course theres an easier way to do divx, doesnt even need to be in browser.
But yeah I posted that so that if anybody noticed I was doing anything I really shouldnt be they could let me know thanks