â
], { 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);
});
});
})();
âIs this couple goals? đ€šâ
Morgan responded to the post with a three-word message, and you can check out her message in the image below.
âU know it đ«¶đȘ,â she wrote.
Liv Morgan and Dominik Mysterio have been in a storyline relationship since SummerSlam 2024. Mysterio used to be in a romance storyline with Rhea Ripley, but betrayed The Eradicator in favor of Morgan at the PLE two years ago.
Rhea Ripley won the WWE Womenâs Championship at WrestleMania 42 but is currently out of action due to a major injury. Becky Lynch and Stephanie Vaquer both recently returned on RAW and are chasing after Morganâs Womenâs World Championship.
Popular WWE star comments on working with Liv Morgan
Dominik Mysterio recently shared what it was like working with Liv Morgan in WWE.
In an interview with Paper Magazine, Dirty Dom noted that he enjoyed working with Morgan and hoped that they remained a storyline couple for the rest of their careers.
âMan, sheâs the absolute best. She brings out the best in everybody because sheâs always just so positive, very encouraging, honestly, just a joy to be around, and absolutely blessed to be able to work with her. I started off with Rhea Ripley, went on to Liv Morgan. Two of the best of the best. Honestly, I canât say enough good things about Liv, and I hope that we stay together. We work for a reason. Thereâs lots of gold around the Judgment Day, and itâs thanks to her,â said Dominik Mysterio.
It will be fascinating to see how long Morgan can hang onto the Womenâs World Championship moving forward on RAW.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-sends-three-word-message-attacking-male-wwe-star?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



