How to make YouTube search results to be of webm format in Firefox?

0

In Google Chrome there is an extension that add &webm=1 in all YouTube search URIs. I did not find an alternative add-on in Firefox, any alternative methods? Thanks.

yanglifu90

Posted 2012-06-04T16:08:33.733

Reputation: 457

And I do not want to add the code manually, either. – yanglifu90 – 2012-06-04T16:09:47.407

Answers

1

Drag this:

javascript:void(location.href=location.href+"&webm=1")

to your bookmarks toolbar or add a new bookmark with it as the url.

And when you're on a youtube video page just click it in the toolbar or bookmark menu.

This will simply add the requested text onto the end of any URL currently in the address bar, and attempt to go there

SeanC

Posted 2012-06-04T16:08:33.733

Reputation: 3 439

The solution is good, but I always hide the bookmarks bar... – yanglifu90 – 2012-09-17T08:54:45.907