Skip to content

v1.1.2

Choose a tag to compare

@cercos cercos released this 27 May 17:59
· 19 commits to main since this release

4chan-eX v1.1.2 what's new

Thread Watcher

  • Stats footer now reports real storage usage, including thumbnail bytes (not just JSON size).
  • Footer auto-refreshes when watcher thumbnails finish loading.
  • New Hidden Threads sort option so manually-hidden and rule-hidden threads are grouped/ordered consistently.

Ghost Posts

  • New Highlight Ghost Posts toggle. Deleted/ghost posts surfaced from the archive get their own highlight color (configurable in Styling, with auto/text-color override).

Images

  • Image rotation on expanded inline images.
  • Image-level filtering improvements (filename, MD5, dimensions, etc. honored more consistently across catalog/index/thread).
  • Scroll markers: a new gutter that pings the locations of (You)s, quotes-of-you, watched posts, and ghost posts down the scrollbar so you can jump to highlights at a glance.

Twitter / X embeds (rebuilt)

  • Replaced the old twitframe iframe with a native renderer powered by the fxtwitter API: avatar, name/handle, text with linkified URLs, photo grid, inline video, and reply/retweet/like counts, all themed to your reply style.
  • New option: Convert X to xcancel , rewrites twitter.com / x.com links to xcancel.com so clicks open the privacy front-end.

Settings - granular Import / Export

  • Export and Import now open a picker dialog with per-group checkboxes:
    • General Settings · Custom CSS · Board Navigation · Watched Threads · Hidden (threads + posts) · Filters · Keybinds · Sauces · Archives · QR Personas
  • Check all / Uncheck all toggle at the top of the picker.
  • Imports merge by default, pick e.g. just Watched Threads on one machine and sync it to another without nuking the rest of your config.
  • Import auto-detects which groups are present in the file and only shows those.
  • Exports embed a groups metadata field and tag the filename (-watched-threads.json, etc.) so you can tell exports apart at a glance.
  • Backwards-compatible: old full-dump exports still import cleanly.

QR form privacy hardening

  • Quick Reply's Name / Options / Subject / Comment / Filename fields now have autocomplete="off", and the name/email/sub attributes were renamed (fcx-name, fcx-email, fcx-sub) so browser autofill stops trying to drop your real name/email into anonymous post fields.
  • Name and Email also disable autocapitalize/spellcheck on mobile keyboards.

Settings UI

  • General reorganization across Advanced and Styling sections.
  • Style settings get reset/cleanup; layout sized more consistently with the rest of the dialog.
  • New shortcuts and a new keybind.

Fixes

  • Video filename bug: yotsuba scraper now uses .fileInfo, .fileText so the new <meta> element 4chan inserts as the first child of .file no longer breaks file-info parsing.