yes
Hide robux by igormister51
Details
Authorigormister51
LicenseNo License
Categoryrobux
Created
Updated
Size921 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Hide Robux
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hiding sensitive content to public (e.g. payment, currency, account sensitive settings etc)
@author 7kayoh<git@7kayoh.net>
@preprocessor stylus
@var text blurSize "Blur size (..px)" 15px
@var text unblurDelay "Unblur delay (..s)" 0s
@var text blurDuration "Blur duration (..s)" 0.6s
==/UserStyle== */
censor()
filter blur(blurSize)
transition filter 0s, scale 0s
transition-timing-function cubic-bezier(0,-0.01,.26,.99)
transition-delay 0
scale 95%
uncensor()
filter blur(0)
transition filter blurDuration, scale blurDuration
transition-timing-function cubic-bezier(0,-0.01,.26,.99)
transition-delay unblurDelay
scale 100%
@-moz-document domain("roblox.com")
#nav-robux-amount {
display: none
}