Better OpenMathBooks Styles

A user script to enchance OpenMathBooks page styles

// ==UserScript==
// @name         Better OpenMathBooks Styles
// @namespace    https://gf.qytechs.cn/en/users/1019658-aayush-dutt
// @version      0.2
// @description  A user script to enchance OpenMathBooks page styles
// @author       aayushdutt
// @match        https://discrete.openmathbooks.org/*
// @grant        none
// @link         https://gf.qytechs.cn/en/scripts/466283-better-openmathbooks-styles
// @license      MIT
// ==/UserScript==

(function() {
    'use strict';

    const styles = `<style>
header#masthead {
    max-width: 100% !important;
}

div#content {
    margin: 24px auto !important;
    max-width: 900px !important;
}
p {
    line-height: 1.7 !important;
}
  </style>`

  document.head.insertAdjacentHTML("beforeend", styles)
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址