Skip to content

make-newbing-scrollable by BeautyyuYanli

Details

AuthorBeautyyuYanli

LicenseCC Zero

Categorywww.bing.com

Created

Updated

Code size578 B

Code checksum5b18fb11

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make New Bing able to scroll in Firefox (or other browser)

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;
}

}

Reviews

No reviews yet.