Kemono QoL Improvements

Allow you to hide or highlight posts by user id on Posts / Popular Posts page.

As of 2025-09-23. See the latest version.

These are versions of this script where the code was updated. Show all versions.

  • v3.4 2025-09-24
    • Calculate thumbnail size on page load as well (not just on window resize)
  • v3.3 2025-09-24
    • Adjust post thumbnail size on window resize like original
  • v3.2 2025-09-24
    • Create a copy of posts instead of replacing the original dom
  • v3.1 2025-09-24
    • Use setTimeout() to trigger auto sort instead of relying on detecting classList.
  • v3.0 2025-09-23
    • Use script to assign custom classes instead of rely on complicate css selectors
    • New feature to display a custom line below the post title
  • v2.2 2025-09-23
    • Fix broken highlight group features
  • v2.1 2025-09-19
    • Make posts with no preview images take less vertical spaces when shown
    • Lower post thumbnails aspect ratio (16:9 -> 3:2)
  • v2.0.1 2025-09-19

    remove leftover debugging log

  • v2.0 2025-09-19