A simple bookmarklet that helps clean up the Shopify admin interface by hiding redundant details. This tool helps you show/print only the information you need.
Before: Shopify admin interface with all details visible(Data anonymized using browser-text-anonymizer) |
After: Clean interface with redundant details hidden(Data anonymized using browser-text-anonymizer) |
- Toggle functionality - click once to hide, click again to show
- Hides subdued text elements in the Shopify admin interface
- Hides Timeline section for cleaner order views
- Supports new Shopify Polaris Web Components (s- prefix)
- One-click activation
- No installation required
- Works with all modern browsers
- Zero dependencies
- Visit the tool's webpage
- Drag the green "🧹 Hide Details" button to your browser's bookmarks bar
- Navigate to your Shopify admin orders page
- Click the bookmark to activate the cleaner
The bookmarklet injects CSS rules that hide various UI elements in the Shopify admin:
- Subdued text elements (
.Polaris-Text--subduedand news-text[tone=subdued]) - Attribute rows and order detail app blocks
- Timeline section
- Third-party app blocks (AfterShip, Loox, Judge.me, Klaviyo, Privy)
Click the bookmark once to hide elements, click again to restore them (toggle functionality).
The cleaner has been tested with the following Shopify plugins:
- Order Printer
- ShipStation
- Meteorik: Analytics & Emails
- Globo Product Options
- MRPeasy
- AfterShip
- Loox
- Judge.me
- Klaviyo
- Privy
Note: Plugin compatibility may vary with different versions. If you find a plugin that works well with the cleaner, feel free to submit a pull request to update this list.
- Continuously watch for changes in the
style.cssfile, updating the output file whenever changes occur.
npx @tailwindcss/cli -i ./assets/css/styles.css -o ./assets/css/styles.min.css --watch- Generate a minified version of the CSS
npx @tailwindcss/cli -i ./assets/css/styles.css -o ./assets/css/styles_min.css --minifyWe welcome contributions to improve plugin compatibility! If you'd like to add support for a new plugin:
- Fork the repository
- Test the cleaner with your plugin
- Update the Plugin Compatibility section in the README
- Submit a pull request with your changes
Please include the following information when adding a new plugin:
- Plugin name
- Tested version
- Any specific considerations or limitations
- Works with all major browsers (Chrome, Firefox, Safari, Edge)
- Compatible with latest Shopify admin interface
- Tested with Shopify's Polaris design system
Created by Gabriel Kanev
This project is available under the MIT License. See the LICENSE file for details.
For support, please:
- Check the troubleshooting guide
- Search existing issues
- Create a new issue if needed
Made with ❤️ for the Shopify community

