Make Google Merchant Center table rates tolerable
merchants.google.com by thegamesmendev
Details
Authorthegamesmendev
LicenseNo License
Categoryhttps://merchants.google.com/
Created
Updated
Size482 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 merchants.google.com
@version 20230619.02.02
@namespace userstyles.world/user/thegamesmendev
@description Make Google Merchant Center table rates tolerable
@author thegamesmendev
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://merchants.google.com/mc/shipping/services") {
.settings {
max-width: 100% !important;
}
rate-cell .error-icon,
rate-cell material-dropdown-select { display:none !important; }
}