it seems #snort doesnt have option to automatically show #nsfw. here is one liner javascript hack
setInterval(() => Array.from(document.querySelectorAll(".note-invoice")).filter(n => n.innerText.includes("marked as sensitive")).map(n => n.click()), 500)
add to your favourite custom script browser extension
(this is fix for my previous script, better version)