give you(or the whatevers the desired id) a verified badge
free verified badge (READ INSIDE OR IT WONT WORk) by ripooof
Details
Authorripooof
LicenseNo License
Categoryroblox
Created
Updated
Size4.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
you have to read the inside of the code or it wont work properly
Source code
/* ==UserStyle==
@name free verified badge (READ INSIDE OR IT WONT WORk)
@version 20240215.07.12
@namespace https://userstyles.world/user/ripooof
@description give you(or the whatevers the desired id) a verified badge
@author ripooof
@license No License
==/UserStyle== */
@-moz-document domain("roblox.com") {
:root {/*
HOW TO FIND AND REPLACE:
1) select the text you want to replace
2) press Ctrl + R
3) fill in the 2nd textbox with the text you want to replace it with
(press [Replace all] )
find and replace anything with
1706981166
to your desired user id
you can also change the color of the badge by replacing this
0066ff
original: 0066f f
must be a hex code
*/--check: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cg clip-path='url(%23clip0_8_46)'%3E%3Crect x='5.88818' width='22.89' height='22.89' transform='rotate(15 5.88818 0)' fill='%230066ff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.543 8.7508L20.549 8.7568C21.15 9.3578 21.15 10.3318 20.549 10.9328L11.817 19.6648L7.45 15.2968C6.85 14.6958 6.85 13.7218 7.45 13.1218L7.457 13.1148C8.058 12.5138 9.031 12.5138 9.633 13.1148L11.817 15.2998L18.367 8.7508C18.968 8.1498 19.942 8.1498 20.543 8.7508Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8_46'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
/*----------------------------------------------------------
large
/* profile page name (big) */
.header-caption:has(.header-details > .details-info:first-child a[href="https://www.roblox.com/users/1706981166/friends#!/friends"]) .profile-name.text-overflow:not(.font-header-1):after,
/* roseal's front page user info (EXTENSION) */
.user-info-container a[href="/users/1706981166/profile"]:after {
content: '';
margin: 0px 0px 0px 7px;
transform: translate(0px, 3px);
background-image: var(--check);
display: inline-block;
font-size: 0;
width: 28px !important;
height: 28px !important;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
/*----------------------------------------------------------
small
/* profile page name (small) */
.header-caption:has(.header-details > .details-info:first-child a[href="https://www.roblox.com/users/1706981166/friends#!/friends"]) .profile-name.text-overflow.font-header-1:after,
/* profile navbar (custom behaviour cause i couldnt measure an offical one) */
a[href="https://www.roblox.com/users/1706981166/profile"]> div.font-header-2:after,
/* your profile in someones profile */
[href="https://www.roblox.com/users/1706981166/profile"] .text-overflow:after,
/* your profile elsewhere */
.avatar-container:has([href="https://www.roblox.com/users/1706981166/profile"]) .text-overflow:after,
/* username text */
.text-name:not(:has(.jss113))[href="https://www.roblox.com/users/1706981166/profile"]:after,
.text-name[href="https://www.roblox.com/users/1706981166/profile"] .jss114:after,
.text-name[href="https://www.roblox.com/users/1706981166/profile/"]:after,
/* friends list */
.avatar-name[href="/users/1706981166/profile"]:after {
content: '';
margin: 0px 0px 0px 5px;
transform: translate(0px, 4px);
background-image: var(--check);
display: inline-block;
font-size: 0;
width: 16px !important;
height: 16px !important;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
/*----------------------------------------------------------
extra small
/* username text */
.text-link:not(.friend-link)[href="https://www.roblox.com/users/1706981166/profile"]:after {
cursor: pointer; /* yea */
content: '';
margin: 0px 0px 0px 4px;
transform: translate(0px, 2px);
background-image: var(--check);
display: inline-block;
font-size: 0;
width: 12px !important;
height: 12px !important;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
}