본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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

  • 8 답장
  • 1 이 문제를 만남
  • 3 보기
  • 최종 답변자: 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.

선택된 해결법

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.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (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.

글쓴이 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

선택된 해결법

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