搜索 | 用户支持

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

详细了解

How to re-enable embedded videos

  • 2 个回答
  • 1 人有此问题
  • 7 次查看
  • 最后回复者为 LemonLime

more options

A few years ago I did something to disable the display of videos due to all the annoying autoplaying--maybe it was a config setting. Now I need to figure out how to deactivate what I did to get these to display on page and just use the built in option to stop autoplay. Currently when I click the video link it opens in a new tab. The image shows an example of what I see with all videos. Even with addons disabled this behavior still persists.

A few years ago I did something to disable the display of videos due to all the annoying autoplaying--maybe it was a config setting. Now I need to figure out how to deactivate what I did to get these to display on page and just use the built in option to stop autoplay. Currently when I click the video link it opens in a new tab. The image shows an example of what I see with all videos. Even with addons disabled this behavior still persists.
已附加屏幕截图

所有回复 (2)

more options

You can check the Autoplay settings in "*Options/Preferences -> General -> Permissions". For the current tab, you can also look at "Tools -> Page Info -> Permissions".


You can look at these prefs on the the about:config page to see what settings work for you to block autoplay (you can consider to use opposite values).

  • media.autoplay.default = 5 [0:allow; 1:blockAudible; 2:Prompt; 5:blockAll]
  • media.autoplay.blocking_policy = 2 (you can try 0 and 1 for less blocking)
  • media.autoplay.allow-extension-background-pages = false
  • media.autoplay.block-event.enabled = true

You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.


more options

Thanks for the tips. None of these worked, but after doing some more digging, it appears this problem is caused by a setting in the uMatrix addon which I was unaware of.