], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();

In an appearance on the Amigos Toxicos Podcast, a host pointed out to Dominik Mysterio that Liv Morgan hasn’t been posting much about them online, which raised speculation that they’re done as an on-screen couple. Dirty Dom dismissed those allegations and assured the fans that everything is great between them, and Morgan will retain her title at The Biggest Party of the Summer in Minnesota.

“Hey, it is what it is. I get it. I’m going to change the subject just for you, okay? But to answer the question, we’re great. [She’s going to retain at SummerSlam] Of course,” Mysterio said.

Dominik Mysterio on Becoming Champion, Liv Morgan Relationship Status, Card Collection Hobby, & MORE

The two made their on-screen relationship official at SummerSlam in 2024, and Liv Morgan joined The Judgment Day after the event.


Liv Morgan and Dominik Mysterio will compete at WWE SummerSlam 2026

Earlier this year, Liv Morgan entered the Queen of the Ring tournament and made it to the finals at WWE Night of Champions. Unfortunately, Danhausen cursed her, and she lost to IYO SKY, who immediately picked Morgan as her opponent for WWE SummerSlam in Minnesota with the Women’s World Championship on the line.

Meanwhile, Dominik Mysterio is pulling double duty as he appears on Monday Night RAW and AAA. Earlier this month, management agreed to a singles match between Dirty Dom and Danhausen at WWE SummerSlam. On the recent edition, a new stipulation was added, and they will now face each other in a ‘Human Monies on a Pole’ match in Minneapolis.

If you use quotes from the article, please credit Amigos Toxicos Podcast and provide an H/T to Sportskeeda Wrestling for the transcription.

Why did you not like this content?


`;
if (index == 3 && isOpera) {
storyHTML += `

`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `

`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-is-livdom-ahead-wwe-summerslam-2026-dominik-mysterio-addresses-speculation?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `

`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();

Fetching more content…






Read the full article here

Leave A Reply

Exit mobile version