Skip to content

Instantly share code, notes, and snippets.

@myaumyau
Last active October 11, 2015 23:37
Show Gist options
  • Save myaumyau/3937300 to your computer and use it in GitHub Desktop.
Save myaumyau/3937300 to your computer and use it in GitHub Desktop.
MSDN原文ポップアップを非表示(ユーザーCSS)
@namespace url(http://www.w3.org/1999/xhtml);
/* @-moz-document domain("msdn.microsoft.com") { */
@document domain("msdn.microsoft.com") {
.MTPopup {
visibility: hidden;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment