Skip to content

onlyfans.com - anonymous Viber by maield

Details

Authormaield

LicenseNo License

Categoryonlyfans.com

Created

Updated

Code size4.2 kB

Code checksum96bbda60

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A little bit more anonymous style of OF, disguising it as Viber-ish.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           onlyfans.com
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("onlyfans.com") {
	header {
		nav {			
			[data-name="Notifications"],
			[data-name="PostsCreate"] {
				display: none !important;
			}			
			.l-header__menu__item__count {
				background: #8576f1 !important;
			}
			
			.l-header__menu__item:not(.g-btn):hover {
				color: #583fbb !important;
			}
		}
	}

	[data-icon-name="icon-verified"] {
		display: none;
	}

	.b-wrapper-feed .b-tabs__nav {
		display: none !important;
	}

	.b-page-content {
		.m-fake-form {
			display: none !important;
		}
		.send-tip-btn {
			display: none !important;
		}
	}

	.b-feed {
		.m-fake-form {
			display: none;
		}
		.link-trunc {
			color: #8576f1 !important;
		}
	}
	
	.g-avatar__placeholder {
		color: #8576f1 !important;
	}
	.post-subscribe-btn {
		background: #8576f1 !important;
	}
	.set-favorite-btn {
		color: #8576f1 !important;
	}
	a:hover,
	.dropdown-toggle:hover,
	.g-btn:hover,
	.g-btn:hover .g-icon,
	a:hover .g-gray-text,
	button.l-sidebar__menu__item:hover {
		color: #583fbb !important;
	}
	.g-avatar:hover::before {
		border-color: #583fbb !important;
	}

	.l-profile-container {
		[aria-label="Copy link to profile"] {
			display: none !important;
		}
		.b-profile-list {
			display: none;
		}
		.list-offers .b-section-title {
			font-size: 0;
			padding: 0;
		}
	}

	.b-chats {
		.b-btns-group {
			display: none !important;
		}
		.b-content-filter {
			display: none !important;
		}
		.b-tabs__nav {
			display: none !important;
		}
		.b-chats__item__btn-clear {
			display: none !important;
		}
		.g-user-username {
			margin-left: 0 !important;
		}
		.m-verified-icon {
			display: none !important;
		}
		.b-chats__item__time {
			color: #8576f1 !important;
		}
		.b-chats__item__uread-count {
			background: #8576f1 !important;
		}
		.g-user-realname__wrapper {
			position: relative;

			&::before {
				content: attr(href);
				opacity: 0.33;
				margin-left: -8px;
			}

			.g-user-name {
				display: none;
			}
		}
		.g-avatar {
			img {
				opacity: 0;
			}
			.g-avatar__img-wrapper::before {
				content: "";
				position: absolute;
				width: 8px;
				height: 8px;
				border: 2px solid var(--bg-color);
				border-radius: 1000px;
				background: #c1c1c1;
				z-index: 2;
				box-sizing: content-box;
				bottom: -2px;
				right: -2px;
			}
			&.online .g-avatar__img-wrapper::before {
				background: #35d063 !important;
			}
			.g-avatar__img-wrapper::after {
				opacity: 0.75;
				background: #f0f0f0;
				border-radius: 50%;
			}
			&.has-story::before {
				background: linear-gradient(0deg, #8576f1, #583fbb) 100% no-repeat !important;
			}
			&::after {
				position: absolute;
				content: attr(href) !important;
				left: 4px !important;
				top: 0 !important;
				right: 4px !important;
				bottom: 0 !important;
				background: none !important;
				border: 0 !important;
				width: auto !important;
				height: auto !important;
				white-space: pre;
				overflow: hidden;
				color: #583fbb;
				border-radius: 0 !important;
				display: flex;
				align-items: center;
				z-index: 2;
				opacity: 0.33;
			}
		}
	}

	.b-chats__list-dialogues {
		.g-user-name {
			display: none !important;
		}
	}

	.b-chats__conversations-content {
		[at-attr="send_tip"] {
			display: none !important;
		}
		.b-chat__subheader {
			padding-left: 24px;
		}
		.b-chat__user-status,
		.b-chat__add-to-favorites__btn,
		[at-attr="mute_chat"],
		[at-attr="pinned_btn"] {
			display: none !important;
		}
		.b-chat__subheader__col {
			padding: 0;
		}
		.b-chat__subheader__col::after {
			content: none;
		}
		.b-chat__subheader__col a {
			padding: 0 6px;
		}
		.b-chat__replied-message .g-btn {
			color: #8576f1;
		}
		[data-icon-name="icon-liked"] {
			color: #8576f1;
		}
		.b-chat__btn-submit {
			background: #8576f1 !important;
		}
		.m-photo {
			img {
				filter: blur(10rem);
			}
			
			&:active img,
			&:hover img,
			&:focus img,
			&:focus-within img,
			&:focus-visible img {
				filter: blur(0) !important;
			}
		}
	}
}

Reviews

No reviews yet.