NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name amdm.ru font fix
// @namespace amdm
// @include https://amdm.ru/*
// @version 1
// @grant none
// ==/UserScript==
(style => (style.type = "text/css", style.appendChild(document.createTextNode("pre{font-family: monospace !important}")), document.getElementsByTagName("head")[0].appendChild(style)))(document.createElement("style"));