Fixes Search FAB in Firefox Android
Firefox Android Bing fix jxduran by jxduran
Details
Authorjxduran
LicenseNo License
Categorybing.com
Created
Updated
Size509 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name bing.com - 7/11/2023, 11:31:53 AM
@namespace github.com/openstyles/stylus
@version 1.0.4
@description A new userstyle
@author zettaJon
==/UserStyle== */
@-moz-document domain("bing.com") {
#b_results {
position: relative;
}
.__ns__pop2top {
z-index: 1 !important;
}
#b_content #detailPage #detailheader #dhct #headerButtons > div:before,
#b_content #detailPage #detailheader #dhct #headerButtons > div:after {
display: none !important;
}
}