Skip to content

Instantly share code, notes, and snippets.

@olivierlemoal
Last active August 26, 2024 13:44
Show Gist options
  • Save olivierlemoal/3f047e50999ec7e40b1e1828f657bdac to your computer and use it in GitHub Desktop.
Save olivierlemoal/3f047e50999ec7e40b1e1828f657bdac to your computer and use it in GitHub Desktop.
// ==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