Applescript to tidy Black Ink crossword app windows:

tell application "Black Ink"
    set baseFrame to bounds of window 1
    repeat with thisWindow in windows
        set bounds of thisWindow to baseFrame
    end repeat
end tell

-- script by Daniel Jalkut, 15 January 2023