Comments on Firtina's Scripts

29 comments

Comment on Videoembed made 10 hours ago:

Firtina

I'm rewriting the entire script.

It's going to be much faster and much more flexible.

It will also be easier to add support to new sites, etc.

Comment on Videoembed made Sep 25, 2008:

wiliam225

Hello, this is usefull, reall!. thanks! Do you want to download videos from YouTube, GOOgle. Yahoo,metacafe and convert to other video format? (support myvideo.de)
Video Downloader and Converter.

Comment on Videoembed made Sep 22, 2008:

Firtina

Wow, that's very strange.

I will take a look at it and modify the code.

Thanks for notifying me.

PS: I will fix the other features/bug fixes soon as well, jobo

Just moved to my new place.

Comment on Videoembed made Sep 21, 2008:

J-Mac

A comment about the Videoembed notification of new scripts: I just noticed that when the notification appears, if I am in a text box posting in a discussion forum, the notification itself appears in the post. Fortunately I did see it immediately after submitting my post and was able to edit the post and remove the notification link. The forum in which I was posting has a strict rule against posting links for software or any products, and your notification would more than likely have been considered forum spam there. Is there any way to modify the notification so that it appears in its own popup so that it could not be accidentally added to a text box like that?

Thanks!

Jim

Comment on Videoembed made Sep 16, 2008:

jobo

And I found a mistake in the myvideo code. For certain links it leads to a false video id.

You'll just have to add this: [1]

to that line (after argus):

spanK('allowfullscreen="true" src="http://www.myvideo.de/movie/'+argus[1]+'/" type="application/x-shockwave-flash"',page_links[i],425,367);

Comment on Videoembed made Sep 15, 2008:

jobo

Yeah I first tried to add "&fmt=18". That doesn't work. But the code below does the job.

Comment on Videoembed made Sep 15, 2008:

Firtina

When I checked last time fmt=18 didn't work, but I will try it again.

Thanks!

Comment on Videoembed made Sep 15, 2008:

jobo

I got a new idea:

You could add '&ap=%2526fmt%3D18' to the youtube code, so it looks like that:

spanK(' allowfullscreen="true" src="http://www.youtube.com/v/'+argus[x].substring(2)+'&ap=%2526fmt%3D18'+''+optionvalues[1]+''+optionvalues[2]+'" type="application/x-shockwave-flash" ',page_links[i],optionvalues[3][0],optionvalues[3][1]);

This will embed the videos, if available, in high quality.

Or even better, you could add it to the options menu, so everyone can choose.

Comment on Videoembed made Sep 14, 2008:

The_General

Thank you Firtina, you are doing a really great job :-D

Comment on Videoembed made Sep 14, 2008:

Firtina

That would fix it, The General, but I used onload to make it work with textlinkgenerator.

I fixed it now in a different way which would support both.

Comment on Videoembed made Sep 13, 2008:

The_General

About the problem that Videoembed script opens its options in my first page (iGoogle).

I fixed it :D

I substituted:

window.addEventListener('load', reallystart, false);

function reallystart(){

if(!GM_getValue('opts'))

{

options();

}

else

{

checkupd();

init();

checklinks();

}

}

for:

(function() {

if(GM_getValue('opts') == 1)

{

checkupd();

init();

checklinks();

}

else

options();

})();

now it's fixed

Comment on Videoembed made Sep 13, 2008:

Firtina

Hello everyone these weeks I'm a bit busy so it's a bit difficult to update this script regularly.

I promise that when I'm free I will update it to include your videosites and fix the bugs you report.

Comment on Videoembed made Sep 11, 2008:

jobo

I wanted the three video sites I mentioned below to be included in the script so I thought Ill do it myself.

Since I had no idea what I was doing there I had to try to make the code that was already there fit these sites.

From what I understand I'd say the system doesn't work for chilloutzone.de and break.com (for break.com because theres no video id in the links).

But I was able to make it work for myvideo.de and myvideo.at

I'll just post the code for the two sites here. Maybe some german users will appreciate it (Mmh, hätte ja eigentlich auch auf deutsch schreiben können, interessiert ja doch sonst keinen ;-) Egal ) :



if(page_links[i].href.match("http://(www\.|)myvideo.(de|at)/watch"))

{

pushed.push(page_links[i].href);

argus=page_links[i].href.substring(page_links[i].href.indexOf('watch/')+1).split('/');

spanK('allowfullscreen="true" src="http://www.myvideo.de/movie/'+argus+'/" type="application/x-shockwave-flash"',page_links[i],425,367);

}

You just have to paste it into the right place in the script. If you can't find the right place, you better don't mess with the code.

Maybe Firtina can even include it in the original script.

Comment on Videoembed made Sep 10, 2008:

dkhal

cool my script downloads videos from youtube and in diff formats i will add other sites to it later

Comment on Videoembed made Sep 7, 2008:

jobo

Would be great if break.com, myvideo.de and chilloutzone.de could also be embedded.

Its a great script.

Comment on Videoembed made Aug 18, 2008:

PERCE-NEIGE

So useful!!!

Comment on Videoembed made Jul 26, 2008:

nathaniel_higgins

Can u make this script to use the high quality H264 video's for youtube & dailymotion??

Comment on Videoembed made Jul 1, 2008:

Benyamin Shoham

How About supporting 5min.com videos?

I'm VP R&D at 5min.com and I have some interesting offer for you regarding development of video related UserScripts for 5min.com.

Please contact me at benny[at]5min.com

Comment on Videoembed made Apr 29, 2008:

Jack Valenti

need viddler support!

Comment on Videoembed made Dec 20, 2007:

Rommel

I think it would be great if you added a variable that if it was set true by the user the script wouldn't embed the video but would embed a a small icon next to the link.

Comment on Videoembed made Nov 20, 2007:

Sean Watson

I will get on it ASAP

Comment on Videoembed made Nov 20, 2007:

Sean Watson

HEY! So I've been tweaking the code a bit to include in my script. I noticed a week or so ago that youtube allows you to change the colors of the embed player. I've found a way to not only change the color, but to create options to allow the users to very simply change it themselves. Would you be interested in adding it to the script? If not I'll keep the secret to myself =D

Comment on Videoembed made Nov 19, 2007:

Sean Watson

I'd love to have the source code if you wouldn't mind.

Comment on Videoembed made Sep 6, 2007:

Sean Watson

I hope that you don't mind but I included your script in my compilation script

Comment on Videoembed made Jul 9, 2007:

clisboa

It´s very good script. But in youtube intenacional dont play.

for exemple:

in the videos of "http://br.youtube.com" dont embed.

Sorry for nmy english, it´s no good...

Thanks.