Welcome to Not That Damn Show!

Become a Member

The Damn Good Deal

$5.99/month

Become a Certified Damnit!

Join
  • β€’ πŸŽ₯ Video Episodes – Watch us talk shit in HD. Probably regret it.
  • β€’ πŸ“Ί Behind-the-Scenes Content – The stuff that’s too weird (or too dumb) for the final cut.
  • β€’ πŸ”΄ Live Streams – Unfiltered, unedited, and occasionally regrettable.
  • β€’ 🎧 Ad-Free Episodes – Because you pay us, not some corporate overlords.
  • β€’ 🀫 Exclusive Content – Bonus episodes, random surprises, and whatever else we feel like
document.addEventListener("DOMContentLoaded", function() {// Find any elements containing the voicemail textvar elements = document.querySelectorAll('*');for (var i = 0; i < elements.length; i++) {if (elements[i].textContent && elements[i].textContent.includes("Send us a Damn Voicemail")) {// Trace up to find the clickable tab/button containervar tab = elements[i].closest('div') || elements[i].closest('button') || elements[i];tab.style.setProperty('background-color', '#C8102E', 'important');tab.style.setProperty('border-color', '#C8102E', 'important');}}});