kill listing ad on bing search result.
kill listing ad on bing by ya5utaka
Details
Authorya5utaka
LicenseNo License
Categorywww.bing.com
Created
Updated
Size343 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 kill listing ad on bing
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author fresh egg company
==/UserStyle== */
@-moz-document domain("www.bing.com") {
ul {
&[data-partnertag] {
display: none;
}
}
}