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.
![]() (Data anonymized using browser-text-anonymizer) |
![]() (Data anonymized using browser-text-anonymizer) |
- Hides subdued text elements in the Shopify admin interface
- 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 a small CSS rule that hides paragraphs containing subdued text (.Polaris-Text--subdued
), resulting in a cleaner interface without affecting functionality.
The cleaner has been tested with the following Shopify plugins:
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.css
file, updating the output file whenever changes occur.
npx tailwindcss -i ./assets/style.css -o ./assets/style.min.css --watch
- Generate a minified version of the CSS
npx tailwindcss -o ./assets/style.min.css --minify
- Build the application
npm run package
We 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