”
], { 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);
});
});
})();
Dominik Mysterio has advanced to the semi-finals of the 2026 King of the Ring tournament. He secured a shocking victory in a Fatal Four-Way opening-round match against Damian Priest, Bron Breakker, and Trick Williams during the latest episode of WWE SmackDown.
After Dom’s win, his on-screen girlfriend made a major statement. Liv Morgan posted a photo on X alongside Dominik Mysterio, where she boldly predicted she would win the Queen of the Ring tournament while Dominik would capture the King of the Ring crown at Night of Champions on June 27, 2026, in Riyadh.
“Your King & Queen đź‘‘đź«¶ @DomMysterio35,” wrote Liv.
Check out the post below:
Liv Morgan explains why she wants to win Queen of the Ring
Following the Clash in Italy Premium Live Event, The Judgment Day member explained why she is entering the Queen of the Ring Tournament. She said she’s the greatest Women’s World Champion of all time and wants to hold both titles in the company.
“It had me thinking of all the people that think Liv Morgan isn’t a good champion. It had me thinking of all the people that say, ‘Liv Morgan does not defend her title.’ It had me thinking of all the people that say, ‘Liv Morgan isn’t worthy of being champion.’ You know what that made me think? That made me think that I am entering the Queen of the Ring Tournament because I WANT IT ALL!! I want it all, so I am taking it all, because I’m the GREATEST WOMEN’S WORLD CHAMPION OF ALL TIME!!”
It remains to be seen when The Miracle Kid defends her title for the first time. Also, it will be interesting to see if she advances to the next round of the Queen of the Ring Tournament.
`;
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-liv-morgan-makes-huge-statement-new-photo-alongside-dominik-mysterio?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













