Tim Sniffen

Along with writing for The Second City, Tim is a writer and director for Jackbox Games in Chicago, performs with The Improvised Shakespeare Company, and can be heard on the Hello From the Magic Tavern podcast. Find Tim’s writing online at The New Yorker and at timsniffen.com. Tim lives in Hudson, NY with his husband John and their dog Rooster.

document.addEventListener("DOMContentLoaded", function dumpDups() { const rr = new Set(); for (const div of document.querySelectorAll(".w-dyn-item")) { if (rr.has(div.textContent.trim())) { div.parentNode.removeChild(div); } rr.add(div.textContent.trim()); } dumpDups(); });