Skip to content

Remove work/school tab from bing by pomelo

Details

Authorpomelo

LicenseNo License

Categorybing

Created

Updated

Size218 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the school/work button from the Bing top bar that I keep pressing accidentally

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Remove work/school tab from bing
@version      20230507.15.31
@namespace    ?
==/UserStyle== */

@-moz-document domain("bing.com") {
li#b-scopeListItem-bingatwork {
    display: none;
}
}

Reviews

No reviews yet.