Skip to content

roblox ad remover by sugarfoxie

Details

Authorsugarfoxie

LicenseNo License

Categoryhttps://www.roblox.com/

Created

Updated

Size734 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

removes ads and keeps content centered

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           roblox ad remover
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    removes ads and keeps content centered
@author         candiedmeat on rblx
==/UserStyle== */

@-moz-document url-prefix("https://www.roblox.com/") {

.btn-secondary-md {
     display:none !important;
 }
.profile-ads-container {
    display:none !important;
}
.left-abp {
    display:none !important;
}
.right-abp {
    display:none !important;
}
.leaderboard-abp {
    display:none !important;
}




.content{
    min-width:55vw !important;
}

.page-content,.group-details-container-desktop-and-tablet, .row.home-container,.profile-container{
float:none !important;
    margin: 0 auto;
    
}

    
}

Reviews

No reviews yet.