IE? Who cares about it? Just hide the IE part of MDN Browser compatibility
Don't care about IE by kecrily
Details
Authorkecrily
LicenseNo License
Categorymdn
Created
Updated
Size377 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 Don't care about IE
@version 20220811.09.30
@namespace userstyles.world/user/kecrily
@description IE? Who cares about it? Just hide the IE part of MDN Browser compatibility
@author kecrily
@license No License
==/UserStyle== */
@-moz-document domain("developer.mozilla.org") {
.bc-browser-ie {
display: none;
}
}