ft.com clean
Removes all the interaction bait, social media.
Only small changes
Authorsonho
LicenseNo License
Categoryft.com
Created
Updated
Size1.3 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
ft.com clean
Removes all the interaction bait, social media.
Only small changes
/* ==UserStyle==
@name Financial Times ft.com clean
@version 20240316.15.10
@namespace https://userstyles.world/user/sonho
@description ft.com clean
@author sonho
@license No License
==/UserStyle== */
@-moz-document domain("ft.com") {
.n-layout__header-before {
display: none;
}
.n-feedback__container {
display: none;
}
.o-header--sticky {
display: none;
}
.o-header__row.o-header__anon {
display: none;
}
.article-content .share-nav {
display: none;
}
.article__content-sign-up {
display: none;
}
button.n-myft-follow-button {
display: none;
}
.article-info__time-byline {
display: flex;
flex-direction: column;
}
button.article-print {
display: none;
}
.article-info__byline {
margin-top: 0;
}
.article-info {
margin-block: 0;
}
.article-content .article-grid .article__right-bottom {
display: none;
}
.o-header__top-column.o-header__top-column--right {
display: none;
}
#n-exponea-top-slot {
display: none;
}
.o-header__drawer-actions:has([data-trackable="subscribe-button"]) {
display: none;
}
.article-tools .article-tools__buttons {
display:none;
}
.article-tools .n-content-copyright {
margin: 0;
}
}