See @description in the Source Code.
DeAnnoy Financial Times ft.com [papo] by papo
Details
Authorpapo
LicenseCC BY-NC-SA 4.0
Categoryft
Created
Updated
Code size806 B
Code checksum768ee9b6
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name DeAnnoy Financial Times ft.com [papo]
@namespace github.com/paponius/userstyles
@version 1.0.0
@description Updated: 2025-04 [m] Notes and feedback: https://github.com/paponius/userstyles/. Removed distracting and annoying elements, more responsive. See what it does in the UserStyle Options, or read @var descriptions on top of the code.
@author Papo
@homepageURL https://github.com/paponius/userstyles/
@supportURL https://github.com/paponius/userstyles/
@license CC BY-NC-SA 4.0
@preprocessor less
@var checkbox UnstickHeader "Unstick the header" 1
==/UserStyle== */
@-moz-document domain("ft.com") {
& when (@UnstickHeader = 1) {
.o-header--sticky {
/* --was-position: fixed; */
position: absolute;
}
}
}