We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

I hate the instrusive picture-in-picture function added to FireFox with no way to turn it off

  • 8 réponses
  • 1 a ce problème
  • 3 vues
  • Dernière réponse par pctek

more options

Some may like this feature, but I do not. Mozilla should given the user a way to turn this function completely off. All that has been posted is how to turn off the PIP control icon. Stop forcing us to accept the new features. Give us the option to say no and turn it off.

Some may like this feature, but I do not. Mozilla should given the user a way to turn this function completely off. All that has been posted is how to turn off the PIP control icon. Stop forcing us to accept the new features. Give us the option to say no and turn it off.

Solution choisie

Hi pctek, I'm also in the Bay Area.

So there's a script in the page watching the scroll position. If you scroll down past the big video, it tags a small player with the CSS class name adhesive-on and the style rules for that class stick it to the lower corner of the "viewport" (the viewable area of the page). I'm attaching a screenshot of the page with Firefox's Page Inspector tool open so you can see how the site does that.

So how do you block it? One possibility is if you use an extension like uBlock Origin, to use its feature for hiding or removing unwanted elements in web pages. Another is to use Stylus -- a general purpose web page restyling extension -- to hide the box. (I can explain how if you want to try that.) But either way, this is not due to the new PIP feature, it's one of the older tricks in the book.

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (8)

more options

Hello pctek,

Would you do this please :

Type in the address bar   about:config   and press Enter.
(ignore the warning)

Type in the search bar and look for the preference :

media.videocontrols.picture-in-picture.video-toggle.enabled
and set its value to   false.

Then close and restart Firefox.

I hope this will do the trick .....

more options

Hello McKoy. Your suggestion is all over the internet. All it does it turn off the small PIP widget. It does not turn off the actual P-I-P viewer window.

Modifié le par pctek

more options

Would you try this preference :

media.videocontrols.picture-in-picture.enabled  <big>→</big>  false.

Then close and restart Firefox.

Does that work ?

more options

Just to clarify, your Firefox is converting videos to PIP without you instructing it to do so by clicking the blue button? In that case, when you mouse over the PIP video, can you return it to its original location using the icon? I'm attaching a screenshot of the icon for reference.

If you have a pop-out video that doesn't behave like Firefox's built-in feature, maybe you have an add-on that can pop-out videos?

If you have a video following you down a page as you scroll, which isn't visible when you switch Firefox windows, I don't think that is the new PIP feature, I think it's an annoying behavior crappy sites have been using for a long time to keep ads and other videos in your face.

more options

Changing the value of the preference I mentioned in my second
post to   "false"  should disable the feature altogether.

more options

The configuration mod gets rid of the PIP widget, but the video continues to play in it's own window as I scroll down the page. The site is kpix.com Our local CBS station

more options

Solution choisie

Hi pctek, I'm also in the Bay Area.

So there's a script in the page watching the scroll position. If you scroll down past the big video, it tags a small player with the CSS class name adhesive-on and the style rules for that class stick it to the lower corner of the "viewport" (the viewable area of the page). I'm attaching a screenshot of the page with Firefox's Page Inspector tool open so you can see how the site does that.

So how do you block it? One possibility is if you use an extension like uBlock Origin, to use its feature for hiding or removing unwanted elements in web pages. Another is to use Stylus -- a general purpose web page restyling extension -- to hide the box. (I can explain how if you want to try that.) But either way, this is not due to the new PIP feature, it's one of the older tricks in the book.

more options

Thank you jscher2000. I thought that might be the case when the same thing happened in Chrome and Edge. I did write (email) to the director of digital communications at CBS expressing my displeasure with them to allow the hidden code that prevents a user such as myself from turning it off. Thank you again