”
], { 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);
});
});
})();
After Balor came out to reply to Dirty Dom, he took a shot at the self-proclaimed King of the Luchadores, saying that his dad, Rey Mysterio, was right about him being spoiled. This made Dominik furious, and he pushed The Prince. The former WWE Universal Champion then hit Dom with the Pele Kick. However, the rest of The Judgment Day interfered and attacked Balor, kicking him out of the group.
Now, Liv Morgan has taken to her X/Twitter to send a cryptic message. She wrote that she had a wonderful day. This could be a rare personal update from The Miracle Kid, or she could be talking about successfully kicking out Finn Balor from The Judgment Day.
“Well… I had a wonderful day today 🤷♀️😌,” she wrote.
Check out her post below:
Liv Morgan sent a message after betraying Finn Balor on WWE RAW
After The Judgment Day brutally attacked and betrayed Finn Balor on this week’s Monday Night RAW, Liv Morgan took to her Instagram Stories to repost a photo Dominik Mysterio uploaded from the red brand’s show. She sent a one-word message, calling herself, Dirty Dom, Raquel Rodriguez, and JD McDonagh a “family.”
“Family,” Morgan wrote.
Many believe Finn Balor will now feud with Dominik Mysterio in the coming weeks and eventually face the former WWE Intercontinental Champion at WrestleMania 42. It will be interesting to see what the Triple H-led creative team has planned for The Prince on the Road to WrestleMania.
`;
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-shares-rare-personal-update-wwe-raw?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













