Removes the craze from robocraze(Sales pop up!)
Makes text selectable
Robocraze by sri-iyengar
Details
Authorsri-iyengar
LicenseNo License
CategoryRobocraze
Created
Updated
Size508 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 Robocraze
@version 20220804.12.01
@namespace userstyles.world/user/sri-iyengar
@description Removes Sales pop up
Makes text selectable
@author sri-iyengar
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://robocraze.com/") {
#mps-sales-notification {
display: none !important;
}
.noselect {
user-select: auto !important;
}
@media only screen and (max-width: 1300px) {
.medium-up--one-fifth {
width: 50%;
}
}
}