Removes the Shopping Cart from the catalog and item pages.
Remove Roblox Shopping Cart by bdidk235
Mirrored from https://github.com/bdidk235/RobloxStyleTweaks/blob/master/RemoveShoppingCart.user.css
Details
Authorbdidk235
LicenseMIT
Categoryroblox
Created
Updated
Size700 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
It should just work.
If it doesn't, please raise issues in the GitHub repository.
Source code
/* ==UserStyle==
@name Remove Roblox Shopping Cart
@namespace https://userstyles.world/user/bdidk235
@version 1.0.0
@description Remove the Shopping Cart from the Roblox Catalog
@author bdidk235
@license MIT
@preprocessor stylus
==/UserStyle== */
@-moz-document domain("www.roblox.com"), domain("web.roblox.com") {
.shopping-cart-btn-container,
.shopping-cart-add-remove-btn-container,
.add-to-cart-btn-container {
display: none !important;
}
#item-container .item-context-menu {
top: 16px;
}
.item-details-section .item-purchase-btns-container.shopping-cart-buy-button .btn-container .btn-growth-lg {
width: 45%;
}
}