We use cookies to enhance your browsing experience, serve personalized content, and analyze our traffic. By clicking "Accept All", you consent to our use of cookies.Learn more
Cookie Preferences
Manage your cookie preferences. You can enable or disable different types of cookies below.
β’ π₯ 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');}}});