Skip to content

OnlyFans Wide Feed by superluig164

Details

Authorsuperluig164

LicenseNo License

Categoryonlyfans

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Very basic style that hides the shitty recommendations and widens the feed. I'm very amateur at CSS so it's just trial and error with the inspect element thing. Let me know if there's better ways to do it and/or how I can work towards the future plans listed in the code.

Notes

Very basic style that hides the shitty recommendations and widens the feed. I'm very amateur at CSS so it's just trial and error with the inspect element thing. Let me know if there's better ways to do it and/or how I can work towards the future plans listed in the code.

Source code

/* ==UserStyle==
@name         OnlyFans Wide Feed
@version      20211031.05.24
@namespace    userstyles.world/user/superluig164
@description  Very basic style that hides the shitty recommendations and widens the feed.  I'm very amateur at CSS so it's just trial and error with the inspect element thing.  Let me know if there's better ways to do it and/or how I can work towards the future plans listed in the code.
@author       superluig164
@license      No License
==/UserStyle== */

@-moz-document domain("onlyfans.com") {
.b-feed__aside-column.m-native-custom-scrollbar.m-scrollbar-y {
	display: none;
	/* Hides the sidebar full of recommendations.*/
}
.b-feed {
	max-width: 852px;
	/* Widens the to fill the space.  Change for your preferred browsing size.*/
}
.m-right-sidebar .b-feed__wrapper:after {
	border-right: none;
	/* Hides the right border as it gets in the way and I couldn't figure out how to move it.*/
}

/*Future plans:
	Make it work on individual post pages.
	Make it relative to the window size.
	Move the right border instead of hiding it.
	Preserve the height of posts instead of just widening them (and cropping the images more as a result.)
*/
}

Reviews

No reviews yet.