Skip to content

Don't care about IE by kecrily

Screenshot of Don't care about IE

Details

Authorkecrily

LicenseNo License

Categorymdn

Created

Updated

Size377 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

IE? Who cares about it? Just hide the IE part of MDN Browser compatibility

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

Reviews

No reviews yet.