Tip
A Chrome browser extension that removes annoying decorations on CivitAI
This is my first extension and my first major project with JS, so the implementation is pretty terrible :3
๐ผ๏ธ Card Preview Example (click to expand/collapse)
This is how cards look with the visual enhancement feature enabled.
(Can you even tell the difference?! I think it's awesome! :33)
- ๐ญ Avatar Animations Control - Hides decorative user avatar overlays and sparkles from profile pictures
- ๐ Profile Badges - Hides decorative badges and achievement indicators from user profiles
- ๐ช Profile Banner Management - Removes flashing video animations from profile banner cards
- ๐ค Author Name Normalization - Applies uniform white text styling to author usernames on model cards
- โจ Card Glow Effects - Removes glowing borders, cosmetic frames, and decorative pseudo-elements from model cards
- ๐ผ๏ธ Card Visual Enhancement - Improves card readability with backdrop blur effects on info chips, better text sizing, and gradient shadows for footer text
- ๐ Pro Badge Visibility - Hides Pro subscription buttons
- ๐ Updates Button Control - Removes the "Updates" navigation link from the site header
- ๐ฐ Purchase Button Management - Hides the "Shop" navigation link from the site header
- Complete Light Theme Implementation - Full light theme support
- Automatic Website Theme Detection - Sync with CivitAI's theme
- Switch to JavaScript-Based Element Manipulation - Use JavaScript to hide or modify elements for more reliable and granular settings (video elements are a priority :<)
- Additional Visual Filters - More customization options
- Performance Optimizations - Reduce memory usage and improve speed
- Clone this repository:
git clone https://github.com/anxety-solo/civitai-design-controller
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked" and select the project folder
- The extension will now be available on CivitAI.com
- Navigate to CivitAI.com
- Look for the floating control button (๐จ) in the top navigation
- Click to open the settings panel
- Toggle features on/off as needed
- Save Settings :3
Note
This extension uses CSS to hide elements and change the appearance of the page.
As a result, it may not remove all decorations elements 100% in every case.
It may also cause false hiding...

