extesy / hoverzoom

Google Chrome extension for zooming images on mouse hover
https://chrome.google.com/webstore/detail/hover-zoom%20/pccckmaobkjjboncdfnnofkonhgpceea
MIT License
1.15k stars 179 forks source link

Allow custom CSS #1122

Open Eepsquared opened 1 year ago

Eepsquared commented 1 year ago

I want to be able to edit the CSS for the Hoverzoom popup window. First, the image counter (#/#) white text on no background is hard to see on white backgrounds. I also don't like border-radii, white backgrounds, and most padding/margins so I want to remove them as much as possible in the popup window's bottom caption with tags and image name. I tried editing the version #/css/*.css files but Chrome will disable the extension and claim it's corrupt (it's not) when I edit them.

extesy commented 1 year ago

@Eepsquared As a simple workaround you can download this repository locally, make any changes you want, and load it in Chrome ("load unpacked" button) by enabling its developer mode.