Skip to content

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

Removes the obtrusive language/region selection pop-up from the mathworks documentation pages.

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

}

Reviews

No reviews yet.