91³Ô¹ÏÍø

Watch CBS News

'Bob's Burgers' actor Eugene Mirman says he's "relatively alright" after fiery New Hampshire toll booth crash

"Bob's Burgers" actor Eugene Mirman said in a social media post Friday that he's doing "relatively alright" after crashing his car into a New Hampshire toll booth earlier this week.

Mirman was seriously hurt when his electric Lucid Gravity crashed into the Bedford Toll Plaza and burst into flames Tuesday afternoon. A New Hampshire State Trooper assigned to protect Gov. Kelly Ayotte pulled Mirman from the burning wreckage. Ayotte used a fire extinguisher to help put out the flames. 

"Thank you so much for all the well wishes, love and kind messages from friends and strangers. I am extraordinarily thankful to the heroic people that pulled me from the car and to the warm, kind and talented staff at the hospital that cared for me and got me on the mend! I am thankful beyond words to be here," Mirman said on Instagram Friday. 

The comedian maintained his sense of humor following the crash.

"I don't have my phone, so haven't been online much. I do not recommend my method of decreasing screen-time. If you're a friend who sent a kind, loving message, you should know that it was hard to not respond with, "I'd love to be on your podcast,'" he explained.

WBZ-TV reached out to Mirman at his home in Massachusetts Friday, but he declined an interview. 

nhsp-copy.jpg
Eugene Mirman crashed his car at the Bedford toll booth in New Hampshire on March 31, 2026 New Hampshire State Police

Who is Eugene Mirman?

Mirman has played Gene Belcher on more than 300 episodes of "Bob's Burgers" and "The Bob's Burgers Movie." 

He has also starred in "Archer," "Delocated," and a documentary about the Eugene Mirman Comedy Festival in Brooklyn titled "It Started As A Joke." 

The 51-year-old actor, also known as Yevegny, was born in Moscow and grew up in Massachusetts. 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });