Scanning page Prevent Errors
Shipstation Warehouse CSS by marcfitt
Details
Authormarcfitt
LicenseNo License
Categoryshipstation.com
Created
Updated
Code size612 B
Code checksumf412b10
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Shipstation Warehouse CSS
@version 20250118.00.58
@namespace https://userstyles.world/user/marcfitt
@description Scanning page Prevent Errors
@author marcfitt
@license No License
==/UserStyle== */
@-moz-document domain("shipstation.com") {
/*Prevent re-print error*/
.scan-shipment-object-D0YvWd6 .reprint-button-kVYoSCw {
display: none;
}
.icon-wrapper-eTOu6Ey {
Display: None;
}
.service-group-selector-dropdown-o046f_l {
display: none;
}
/*SCAN SECTION*/
.modal-wPAwz8u .modal-component-wrapper-K_2kcQT{
height: 100%;
padding-top:130px;
}
}