搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How can I Prevent Autoplay for Session Restores but not for Videos Opened in A Background Tab Until Selected?

  • 4 个回答
  • 3 人有此问题
  • 12 次查看
  • 最后回复者为 Andy

more options

I want to to autoplay videos after opening them in a background tab only when I select them BUT not autoplay videos on when Firefox starts up and restores my previous session. The problem is that if I want Firefox to automatically load web pages on start-up, the videos will play regardless of what I set "media.block-autoplay-until-in-foreground" to.

Is there any way around this? I like having videos not play until I select them, but when Firefox loads up when I start my laptop, all the videos from my previous session start playing at once, which is pretty annoying.

Any help is appreciated!

I want to to autoplay videos after opening them in a background tab only when I select them BUT not autoplay videos on when Firefox starts up and restores my previous session. The problem is that if I want Firefox to automatically load web pages on start-up, the videos will play regardless of what I set "media.block-autoplay-until-in-foreground" to. Is there any way around this? I like having videos not play until I select them, but when Firefox loads up when I start my laptop, all the videos from my previous session start playing at once, which is pretty annoying. Any help is appreciated!

由Andy于修改

所有回复 (4)

more options

I think what you're saying is this:

When you restore a previous session and have the default settings of

  • media.block-autoplay-until-in-foreground => true
  • browser.sessionstore.restore_on_demand => true

then videos do not play in background tabs -- these tabs are in a "pending" state by default, not yet loaded.

But if you set Firefox to load all tabs when your session is restored -- using

  • browser.sessionstore.restore_on_demand => false

-- then the restored background tabs start playing because at least for purposes of the media.block-autoplay-until-in-foreground preference they behave like you've brought the tabs (at least long enough to allow autoplay to proceed) to the foreground.

Is that right?

Are any session-related extensions involved?

由jscher2000 - Support Volunteer于修改

more options

jscher2000 said

I think what you're saying is this: When you restore a previous session and have the default settings of
  • media.block-autoplay-until-in-foreground => true
  • browser.sessionstore.restore_on_demand => true
then videos do not play in background tabs -- these tabs are in a "pending" state by default, not yet loaded. But if you set Firefox to load all tabs when your session is restored -- using
  • browser.sessionstore.restore_on_demand => false
-- then the restored background tabs start playing because at least for purposes of the media.block-autoplay-until-in-foreground preference they behave like you've brought the tabs (at least long enough to allow autoplay to proceed) to the foreground. Is that right? Are any session-related extensions involved?

Sorry for the late reply, but yes, that's exactly what I'm trying to say!

Basically, I have browser.sessionstore.restore_on_demand set to false because I like to have all my tabs from my previous session automatically load themselves without the need to click on them, but this also triggers autoplay, so the videos play as well.

As for extensions, I do have Tab Session Manager installed, but I don't use that often.

由Andy于修改

more options

Hmm, maybe file a new bug and see if a restored tab can be treated as a background tab somehow. It seems as though it should be possible, but I really have no idea how complicated it would be.

https://bugzilla.mozilla.org/

more options

jscher2000 said

Hmm, maybe file a new bug and see if a restored tab can be treated as a background tab somehow. It seems as though it should be possible, but I really have no idea how complicated it would be. https://bugzilla.mozilla.org/

Ok, thank you for the suggestion! I've just filed the bug, so hopefully they can find a way around the problem. It's not really a bug, but it is quite annoying to have all the videos start playing all at once when Firefox starts up.

由Andy于修改