Skip to content

v1.0.6

Choose a tag to compare

@cercos cercos released this 26 May 17:14
· 33 commits to main since this release

Changes

Performance

  • Removed CodeMirror (~210KB) from the Custom CSS editor
  • Added make minify target via terser, CRX builds reduced 35% (1.35MB → 873KB)
  • Userscript remains unminified for transparency/verification

CSS Editor

  • Replaced CodeMirror with a lightweight textarea + <pre> overlay syntax highlighter
  • Built-in CSS tokenizer highlights comments, strings, at-rules, hex colors, numbers, and property names
  • Falls back to window.PR (Prettify.js) if available on the page
  • Theme dropdown: Auto, VS Code Dark, Monokai, GitHub Light, Dracula

Bug Fixes

  • Fixed settings dialog closing when dragging to resize and releasing mouse over the backdrop
  • Fixed thread watcher thumbnail size input being unclickable (menu z-index stacking context issue)
  • Fixed auto-load captcha not triggering the Stacked TCaptcha #t-load button on open

Userscript

  • Added missing @grant unsafeWindow, prevented Violentmonkey sandbox from throwing on startup
  • Added @grant GM_info and @grant GM.info

Styling

  • Settings borders now use color-mix(in srgb, currentColor %, transparent) for theme-adaptive colors
  • Filter page .field inputs styled consistently across all site themes