Removes ads, various promoted content, and other elements that aren't vital to the basic use of the site : browsing art.
Minimal ArtStation by amkitakk
Details
Authoramkitakk
LicenseNo License
Categoryartstation
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
I've left in the top news bar in the home page to avoid missing out on contests & sales.
Source code
/* ==UserStyle==
@name Minimal ArtStation
@version 20211231.10.19
@namespace userstyles.world/user/amkitakk
@description Removes ads, various promoted content, and other elements that aren't vital to the basic use of the site : browsing art.
@author amkitakk
@license No License
==/UserStyle== */
@-moz-document domain("artstation.com") {
/*hide popup ad*/
/*.modal-dialog,
.d-block.in.fade.modal {
display: none;
}*/
/*hide promobar*/
.js-discount-banner.v1.active-version.bar-pro-increase {
display: none;
}
.is-promobar-active .bar-pro-increase + .main-menu .menu-level-1 {
top: 0;
}
.is-promobar-active {
--main-menu-height: 50px;
}
/*hide categories*/
.menu-collapse.menu-level-2-wrap {
display: none;
}
/*hide channels*/
.sticky-block.channels-settings-block,
.ng-tns-c5-1.sticky-block.channels-list {
display: none;
}
/*hide subscription ads*/
.home-subscriptions {
display: none !important;
}
/*hide community blocks*/
community-blocks.ng-star-inserted {
display: none;
}
/*hide various ads*/
marketplace-popular-product.ng-star-inserted,
support-artstation.ng-star-inserted {
display: none !important;
}
}