Display math svg images on wikipedia with inverted color (so black becomes white), and transparent background.
Wikipedia Math svg by rudelune
Details
Authorrudelune
LicenseNo License
Categorywikipedia.org
Created
Updated
Size297 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 Wikipedia Math svg
@version 20230409.23.52
@namespace ?
==/UserStyle== */
@-moz-document domain("wikipedia.org") {
img[src^="https://wikimedia.org/api/rest_v1/media/math/render/svg"] {
filter: invert(1);
background-color: transparent !important;
}
}