Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

How to hide the PiP(Pitcure-in-Picture) button on the video?

  • 1 Antwort
  • 0 haben dieses Problem
  • 270 Aufrufe
  • Letzte Antwort von Agent virtuel
  • Gelöst

I know that after PiP(Pitcure-in-Picture) is enabled, I can use it in two ways: one is the button on the right side of the address bar, and the other is the icon button floating on the video. I'm trying to figure out how to keep the PiP button on the address bar while hiding the icon button on the video. I do not want to turn off PiP, I just want to hide the icon button on the video. I tried setting it in about:config, but it only seems to have the opposite effect. If it's not possible to achieve what I want, where can I request this feature from Firefox?

I know that after PiP(Pitcure-in-Picture) is enabled, I can use it in two ways: one is the button on the right side of the address bar, and the other is the icon button floating on the video. I'm trying to figure out how to keep the PiP button on the address bar while hiding the icon button on the video. I do not want to turn off PiP, I just want to '''hide''' the icon button on the video. I tried setting it in ''about:config'', but it only seems to have the opposite effect. If it's not possible to achieve what I want, where can I request this feature from Firefox?
Angefügte Screenshots

Ausgewählte Lösung

Hello

If you wish to test an code userContent.css

.pip-wrapper{display:none!important;}

Copy/paste the code into Notepad Save Type: All files userContent.css

Create a chrome folder Move userContent.css to your chrome folder

Go to your profile folder https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data#w_how-do-i-find-my-profile

Move your chrome folder to your profile folder

Go to Configuration Editor https://support.mozilla.org/en-US/kb/about-config-editor-firefox Enter a search term toolkit.legacyUserProfileCustomizations.stylesheets Double-click on the preference, to set its value to true

Restart Firefox

Diese Antwort im Kontext lesen 👍 1

Alle Antworten (1)

Ausgewählte Lösung

Hello

If you wish to test an code userContent.css

.pip-wrapper{display:none!important;}

Copy/paste the code into Notepad Save Type: All files userContent.css

Create a chrome folder Move userContent.css to your chrome folder

Go to your profile folder https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data#w_how-do-i-find-my-profile

Move your chrome folder to your profile folder

Go to Configuration Editor https://support.mozilla.org/en-US/kb/about-config-editor-firefox Enter a search term toolkit.legacyUserProfileCustomizations.stylesheets Double-click on the preference, to set its value to true

Restart Firefox