Last active
August 26, 2024 13:44
-
-
Save olivierlemoal/3f047e50999ec7e40b1e1828f657bdac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Europresse CSS | |
// @namespace Violentmonkey Scripts | |
// @match https://nouveau-europresse-com.bnf.idm.oclc.org/* | |
// @grant GM_addStyle | |
// @updateURL https://gist.github.com/olivierlemoal/3f047e50999ec7e40b1e1828f657bdac/raw/fb97b9d74b2b90369f0dffcc35be7db874d10a24/europresse-css.user.js | |
// @downloadURL https://gist.github.com/olivierlemoal/3f047e50999ec7e40b1e1828f657bdac/raw/fb97b9d74b2b90369f0dffcc35be7db874d10a24/europresse-css.user.js | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=www.europresse.com | |
// @version 1.0 | |
// @author Olivier Le Moal | |
// @description 8/26/2024, 3:17:10 PM | |
// ==/UserScript== | |
GM_addStyle(` | |
.DocText { | |
font-family: The Antiqua B,Georgia,Droid-serif,serif; | |
font-size: 1.8rem; | |
line-height: 1.55; | |
} | |
.center .prev { | |
left: auto; | |
} | |
.docContainer { | |
max-width: 1400px; | |
} | |
`); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment