Hide Opera PiP Button by pabli

Details
Authorpabli
LicenseWTFPL
Created
Updated
Categoryunset
Statistics
Learn how we calculate statistics in the FAQ.
Total views
Total installs
Weekly installs
Weekly updates
Description
Hide Picture in Picture (Video pop out) Button in Opera
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Hide Opera PiP Button
@namespace github.com/pabli24
@version 1.0.0
@description Hide Picture in Picture (Video pop out) Button in Opera
@author Pabli
@license WTFPL
==/UserStyle== */
@-moz-document regexp(".*") {
#detach-button-host{display:none}
}