Remove UPPERCASE-TRANSFORMED TITLES on Filippo Valsorda's Cryptography Dispatches. These persist even when copy-pasted which is annoying when taking notes.
filippo.io - Remove UPPERCASE titles by roessland
Details
Authorroessland
LicenseWTFPL
Categoryfilippo.io
Created
Updated
Size286 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Please raise any issue to https://github.com/roessland
Source code
/* ==UserStyle==
@name filippo.io - Nov 2023
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("filippo.io") {
h1.post-title {
text-transform: none;
}
}