denis-sokolov / chrome-custom-css

Minimal and secure way to add custom CSS in Chrome
37 stars 7 forks source link

UX around character limit is suboptimal #14

Closed StuartMillsAmtek closed 3 days ago

StuartMillsAmtek commented 5 days ago

Trying to use the custom theme for ChatGPT; https://github.com/catppuccin/userstyles/tree/main/styles/chatgpt

Adding the theme on both chrome and Edge. Attempting to add the css content, but it doesn't apply. Reloading the page after granting permission doesn't result in css update. going into the extension shows the default "a { color: blue}"

Not sure it's working?

StuartMillsAmtek commented 5 days ago

Oh, never mind. In extremely small font it advises of character limit. All good, thanks for trying!

denis-sokolov commented 3 days ago

Thank you for drawing my attention to it. The character limit was previously enforced, and the fact that it silently did not work is a temporary issue.

Added a big warning now, will show up in the next release. image