remove crypto, recommend, useless 1st page, Freebroker image
scalable declutter by aser007
Details
Authoraser007
LicenseNo License
Categoryde.scalable.capital
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name scalable declutter
@version 20220819.08.49
@namespace userstyles.world/user/aser007
@description remove crypto, recommend, useless 1st page
@author aser007
==/UserStyle== */
@-moz-document domain("de.scalable.capital"), domain("scalable.capital") {
.MuiGrid-root > [href="/crypto"] {
display: none;
}
[href="/cockpit/invite"] > .MuiListItem-button.MuiListItem-gutters {
display: none;
}
[href="/broker/crypto/"] > .MuiListItem-button.MuiListItem-gutters {
display: none;
}
.MuiListItem-root.MuiButtonBase-root:nth-of-type(5) {
display: none;
}
.MuiListItem-root.MuiButtonBase-root:nth-of-type(2) {
display: none;
}
.jss174.MuiGrid-root {
display: none;
}
.jss442.MuiGrid-root {
display: none;
}
.jss181.MuiGrid-root {
display: none;
}
.jss50 {
display: none;
}
.jss9 {
display: none;
}
.MuiGrid-root > [href] > svg {
display: none;
}
.MuiGrid-align-items-xs-flex-start {
display: none;
}
.MuiGrid-grid-lg-5.MuiGrid-grid-sm-4.MuiGrid-item.jss37.MuiGrid-root {
display: none;
}
}