Search Amazon.com:
Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us $3,400 per month for bandwidth bills alone, and since we don't believe in shoving popup ads to our registered users, we try to make the money back through forum registrations.
«68 »
  • Post
  • Reply
RGX
Sep 23, 2004
Unstoppable

Hogburto posted:

The option to change/check this setting is at http://www.youtube.com/html5.

Link says I'm not currently in the trial, I guess I'll opt in and see if the problem persists.

Adbot
ADBOT LOVES YOU

Lum
Aug 13, 2003



On the subject of that HTML5 trial, the thing most annoying me about it is when you right click -> copy URL, instead of copying it to clipboard, it opens up a little box for you to copy from.

This would be fine, except the text in there is not copyable. How do you fix that?

Hogburto
Sep 26, 2005

BASELESS ACCUSATIONS

Is it still advisable to disable WebM and ogg (in about:config) for the Youtube HTML5 trial?
...Hell, I'll just keep 'em disabled anyway.

fookolt
Mar 13, 2012

Where there is power
There is resistance


Is there a way I can use separate Firefox profiles at the same time? I'd like to have my work gmail and my personal gmail open at the same time without having to use another browser.

bsaber
Jul 27, 2007


If you're on Windows you can create a new shortcut and add -p PROFILENAME -no-remote to do what you want. Or you can use Private mode.

fookolt
Mar 13, 2012

Where there is power
There is resistance


Thanks...And now, Firefox is doing this thing where anything I download immediately disappears. This is the strangest bug.

Hm, disabling Browser.download.manager.scanWhenDone in about:config fixed that.

fookolt fucked around with this message at May 20, 2013 around 10:19

Colonel Sanders
Jul 1, 2007


I started the HTML5 trial for Youtube, I am not really seeing anything different. Really the only thing I have noticed is that with flash, I can set Youtube to be full screen on one monitor and keep using the other monitor, but with HTML5 it kicks me out of full screen if I switch to another browser window. Is there any easy way to prevent this?

Avenging Dentist
Oct 1, 2005

oh my god is that a circular saw that does not go in my mouth aaaaagh

Colonel Sanders posted:

I started the HTML5 trial for Youtube, I am not really seeing anything different. Really the only thing I have noticed is that with flash, I can set Youtube to be full screen on one monitor and keep using the other monitor, but with HTML5 it kicks me out of full screen if I switch to another browser window. Is there any easy way to prevent this?

http://forums.somethingawful.com/sh...5#post414697218

WattsvilleBlues
Jan 25, 2005

Every demon wants his pound of flesh

I'm not seeing the click to play function in Aurora 23 - the preference is there and set to true, but the functionality itself isn't working.

Anyone else having this issue? Flashblock also seems to be inoperative.

Alereon
Feb 6, 2004

For me but LEFTHANDED

WattsvilleBlues posted:

I'm not seeing the click to play function in Aurora 23 - the preference is there and set to true, but the functionality itself isn't working.

Anyone else having this issue? Flashblock also seems to be inoperative.
This functionality has been replaced with a new, more powerful version that is set per-plugin in the Add-ons Manager. Firefox, Add-ons, Plugins on the left, drop-down menus on the right default to "Always activate". "Ask to Activate" is click-to-play.

Adbot
ADBOT LOVES YOU

Hogburto
Sep 26, 2005

BASELESS ACCUSATIONS

The Greasemonkey script Youtube Xl wasn't working with HTML5, so here's the same thing as a style for the Stylish add-on (which I prefer to a script, anyway):
code:
@namespace url([url]http://www.w3.org/1999/xhtml[/url]);

@-moz-document domain("www.youtube.com") {
    .watch-medium #player-api {
        position:   fixed   !important;
        left:       0px     !important;
        top:        0px     !important;
        width:      100%    !important;
        height:     100%    !important;
        z-index:    999     !important;
        }
}
If it also works with the Flash version of Youtube, I guess that'd be a bonus.

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply
«68 »