Makes the Feed page wide, and removes locked content.
Ko-Fi - Wide Feed by Airazone
Details
AuthorAirazone
LicenseCC Zero
Categoryko-fi.com
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Works on PC Google Chrome on Microsoft OS, untested on everything else.
Locked content removal works on Chrome 105-current, please update Chrome if it's not working.
Source code
/* ==UserStyle==
@name Ko-Fi - Wide Feed
@namespace https://userstyles.world/user/Airazone
@version 1.0
@description Makes the Feed page wide; Removes locked content.
@author Airazon
==/UserStyle== */
@-moz-document url-prefix("https://ko-fi.com/feed") {
#followings-app, #suggested-commissions-app, .left-sidemenu {
display:none;
}
#page-wrapper, #wrapper {
margin:0px!important
}
body {
padding:5px;
}
.kfds-lyt-width-ctrl-feed, #wrapper {
max-width:100%!important;
}
.kfds-c-srf-image-update-feedwrapper,.kfds-c-blur-box-wrapper,.kfds-c-image-update-normal {
max-height:350px!important;
}
.kfds-c-image-update-normal {
max-width:fit-content!important;
}
.kfds-c-blur-box-wrapper {
background-color:#F7F7F7;
}
.feeditem-unit:has([loading="lazy"]),.feeditem-unit:has(.kfds-c-locked-overlay-wrapper) {
display:none;
}
}