Releases: dzienisz/youtube-opacity-controller
Releases · dzienisz/youtube-opacity-controller
Version 1.1 - Layout Bugfixes
🐛 Bug Fixes
This release fixes critical layout issues reported after initial submission to Chrome Web Store.
Fixed Issues
- Critical: Fixed fullscreen button layout being disrupted by extension
- Critical: Fixed red progress bar scrubber (dot) positioning - now stays visible on top
- Fixed button styles being overwritten causing layout issues
- Improved CSS modification method - now uses
setProperty()instead ofcssText
Technical Improvements
- Switched from
cssTexttostyle.setProperty()for all style modifications - Only modifies specific CSS properties instead of overwriting entire inline styles
- Better preservation of YouTube's native button positioning and layout
- More defensive position setting for progress bar elements
Why This Update?
Previous version used cssText which overwrote ALL inline styles on elements, breaking YouTube's carefully crafted layouts. Now we only modify the specific properties we need (background, opacity, z-index) while preserving everything else.
Installation
- Download
youtube-opacity-controller.zip - Unzip the file
- Go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select the unzipped folder
Links
Note: This version is being submitted to Chrome Web Store as an update.