Built a small plugin for myself and figured I’d share it before release, in case it’s useful to others or someone has feedback.
What it does: When you open a scrape modal, it renders a live word-level diff directly on the Details/Synopsis field so you can see exactly what changed without mentally comparing two walls of text.
There are already a few diff-related tools floating around in the community, but my goal with this one was to stay as invisible as possible: no new panels, no extra buttons, no layout shifts. The overlay sits behind the existing text areas and disappears when it doesn’t need. Stash’s UI looks and behaves exactly the same, the diff just shows up where you’re already looking.
Debounce delay is configurable if you want to tune responsiveness.
Would anyone actually need this? Happy to clean it up and submit properly if there’s interest.

