”
], { 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);
});
});
})();
Earlier today, the inaugural WWE Universal Champion took to X (fka Twitter) to fire shots at his former stable. The 44-year-old mocked The Judgment Day’s entrance music, stating that one thing he did not miss was walking out to it. The tweet caught Liv Morgan’s attention, and the Women’s World Champion responded with a “middle finger” emoji.
“đź–•,” Morgan wrote.
You can check out her tweet below:
Finn Balor brought back his Demon persona for his match against Dominik Mysterio at WrestleMania 42. He scored a comfortable win over the self-proclaimed King of Luchadors on The Grandest Stage of Them All. He followed it up with an impressive win over JD McDonagh on the RAW after WrestleMania.
After Finn Balor had pinned the fellow Irish star to emerge victorious, Dominik Mysterio tried to attack him from behind. However, Balor fought back and forced “Dirty” Dom to run away, suggesting the feud will continue.
Liv Morgan spoke about her new WWE theme song
Liv Morgan dropped the music video of her single earlier this month. As it turns out, it is also the 31-year-old’s new theme song. She performed to it during her entrance at WrestleMania 42.
During a recent appearance on What Do You Wanna Talk About with Cody Rhodes, the member of The Judgment Day revealed that she was asked if she would like a new theme. Morgan further disclosed how one thing led to the other, and it was turned into a music video.
“I love it. I got, like, a unique opportunity. I just got asked if I would like new music, and I said yes. And they were like, ‘Would you like to sing it?’ And I was like, ‘Wow. Yeah.’ I’m not a singer. I don’t sing. I love to sing in the car, in the shower, but like, you know, sometimes I hit a note and I’m like, ‘Damn, I ate that.’ But like, you know, other than that, like, you know, I kind of just leave it to, you know, Mariah Carey. But I said yes. And then they really liked the song, and that turned into, ‘Would you like to do a music video?’ And I was like, ‘Yeah,'” Morgan said.
Liv Morgan’s major rival, Stephanie Vaquer, is expected to be out of action for a while after she was taken out by Roxanne Perez on the latest edition of Monday Night RAW. It will be interesting to see what’s next for The Judgment Day member in La Primera’s absence.
`;
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-responds-finn-balor-s-insulting-remark-18-message?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













