搜索 | 用户支持

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

Learn More

Html5 player on specific website

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

more options

Hello! There's a website I visit (http://www.gazzetta.it) which uses a very shitty flash video player that is often really slow too (I'm on linux).

I've noticed that putting flash on "Never activate" makes it use the html5 player (which is so much better to me), but I'd like to leave the flash player as "click to play" since I need it on certain sites and I don't want to go to the website preferences to activate flash every time I need.

The thing is that if I disable flash only for that site, in the permissions window, it doesn't use the html5 player but instead I get the "This plugin is disabled" message.

How can I make the website use the html5 player while still keeping the Flash Plugin option "Ask to Activate"?

Hello! There's a website I visit (http://www.gazzetta.it) which uses a very shitty flash video player that is often really slow too (I'm on linux). I've noticed that putting flash on "Never activate" makes it use the html5 player (which is so much better to me), but I'd like to leave the flash player as "click to play" since I need it on certain sites and I don't want to go to the website preferences to activate flash every time I need. The thing is that if I disable flash only for that site, in the permissions window, it doesn't use the html5 player but instead I get the "This plugin is disabled" message. How can I make the website use the html5 player while still keeping the Flash Plugin option "Ask to Activate"?

由ghoppa于修改

被采纳的解决方案

Okay, here's one way, using the Greasemonkey extension and a user script.

(1) Install the Greasemonkey extension from the Add-ons site:

https://addons.mozilla.org/firefox/addon/greasemonkey/

(2) Install the "Hide All Plugins" user script from Greasy Fork:

https://greasyfork.org/scripts/18256-hide-all-plugins

It's already set up for http://video.gazzetta.it/

定位到答案原位置 👍 2

所有回复 (4)

more options

I think using an add-on you can present an empty navigator.plugins collection, which is the browser information many sites use to check for Flash. That's the first method used on my test page here:

https://www.jeffersonscher.com/res/plugins.html

It would be more difficult to just strip out Flash and show the rest of the list, and that level of complexity might not be necessary if it's just for a few particular problem sites that don't use any other plugins.

I haven't finished my research, but plan to look into it after hours. Hopefully I can do it with a Greasemonkey user script (since actually doing a full extension is beyond my abilities).

more options

选择的解决方案

Okay, here's one way, using the Greasemonkey extension and a user script.

(1) Install the Greasemonkey extension from the Add-ons site:

https://addons.mozilla.org/firefox/addon/greasemonkey/

(2) Install the "Hide All Plugins" user script from Greasy Fork:

https://greasyfork.org/scripts/18256-hide-all-plugins

It's already set up for http://video.gazzetta.it/

more options

See also:

Bug 1169945 - Remove unused plugins.enumerable_names whitelist that hides plugins from navigator.plugins enumeration Bug 1186948 - remove plugins that are click-to-play from navigator.plugins

Please do not comment in bug reports
https://bugzilla.mozilla.org/page.cgi?id=etiquette.html

more options

Thanks Jefferson, that worked like a charm. I usually try to find solutions "in browser", without having to install extensions, since my laptop is a pretty old one and I can't make firefox too heavy. But greasemonkey seems to be very light so this solution is perfect.

Sorry for the late reply and again many thanks for your work! I'll definitely use this script for other cases too!

由ghoppa于修改