Make New Bing able to scroll in Firefox (or other browser)
make-newbing-scrollable by BeautyyuYanli
Details
AuthorBeautyyuYanli
LicenseCC Zero
Categorywww.bing.com
Created
Updated
Size578 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 make-newbing-scrollable
@version 20230410.16.42
@namespace userstyles.world/user/BeautyyuYanli
@description Make New Bing able to scroll in Firefox (or other browser)
@author BeautyyuYanli
@license CC Zero
==/UserStyle== */
@-moz-document domain("www.bing.com") {
:host .scroller{
overflow: scroll;
}
:host :not([mobile])[alignment="left"]{
max-width: none !important;
}
:host(:not([mobile])[alignment="left"]) .scroller-positioner, :host(:not([mobile])[alignment="left"]) .footer{
max-width: none !important;
}
}