Skip to content

Remove Roblox Shopping Cart by bdidk235

Mirrored from https://github.com/bdidk235/RobloxReimagined/blob/master/RemoveShoppingCart.user.css

Screenshot of Remove Roblox Shopping Cart

Details

Authorbdidk235

LicenseMIT

Categoryroblox

Created

Updated

Size700 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the Shopping Cart from the catalog and item pages.

Notes

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%;
	}
}

Reviews

No reviews yet.