Removes the obtrusive language/region selection pop-up from the mathworks documentation pages.
Banish language select popup by lonkaars
Details
Authorlonkaars
LicenseMIT
Categorymathworks.com
Created
Updated
Size338 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 Banish language select popup
@version 20230720.21.16
@namespace ?
==/UserStyle== */
@-moz-document domain("mathworks.com") {
.modal-open {
overflow: unset;
}
body.modal-open {
padding-right: 0 !important;
}
.in.fade.modal-backdrop,
#country-unselected {
display: none !important;
}
}