Removes recommendations and social tools from kprofiles
kprofiles annoyance reducer by kittymmeow
Details
Authorkittymmeow
LicenseNo License
Categorykprofiles
Created
Updated
Size803 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Developed alongside kprofiles dark mode.
Source code
/* ==UserStyle==
@name kprofiles annoyance reducer
@version 20220522.01.25
@namespace userstyles.world/user/kittymmeow
@description Removes recommendations and social tools from kprofiles
@author kittymmeow
@license No License
==/UserStyle== */
@-moz-document domain("kprofiles.com") {
.herald-left,
#related,
.herald-sidebar,
.herald-sticky-single-visible .herald-single-sticky,
#disqus_thread,
.herald-site-header .header-top {
display: none!important;
}
.herald-single > .row > .col-mod-main,
.col-lg-10,
.herald-section > .row > .herald-main-content,
.herald-single > .row > .col-lg-9,
.herald-page > .row > .col-lg-9 {
width: 100%;
}
.wpvq {
margin: 0 auto;
}
img[loading="lazy"] {
display: block;
margin: 0 auto;
}
}