”
], { 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);
});
});
})();
Let’s look at the latest news and rumors.
#4. Disappointing Sami Zayn news after WWE SmackDown
Sami Zayn answered Carmelo Hayes’ open challenge on Friday. Zayn, who was looking for a way into WrestleMania 42, managed to overcome all odds to become the new United States Champion. He is now set to defend the title against Trick Williams at WrestleMania.
However, WWE received some bad news after Zayn’s shocking win. Fans were not very happy with the outcome, with the video of his title victory on YouTube having more dislikes than likes. It will be interesting to see if the company makes some changes before the biggest event of the year.
#3. Nikki Bella suffers injury
Nikki and Brie Bella managed to pull off the win against Charlotte Flair and Alexa Bliss on SmackDown. The Bella Twins ensured that they could be in line to challenge for the WWE Women’s Tag Team Championship, whether it’s The Irresistible Forces or the team of Bayley and Lyra Valkyria.
After their victory, Lash Legend and Nia Jax laid out everyone. Jax was caught being careful with Nikki, who seemingly suffered an injury to her leg or ankle. Bryan Alvarez of the Wrestling Observer confirmed that the Hall of Famer indeed suffered an injury, but the nature and severity of it are still unclear.
#2. Roxanne Perez return date
It has been more than a month since Roxanne Perez appeared on WWE television. She was last seen on the February 2 episode of Raw, when she interfered in the Philadelphia Street Fight between Raquel Rodriguez and Stephanie Vaquer.
Perez took a bump on the table during the match, which was used to write her out of television. She underwent back surgery to remove a lump that was causing her pain. She has been back training for a return, and it seems like she’ll be on Monday’s episode of Raw at Madison Square Garden, as per PW Insider.
#1. Liv Morgan goes on a date
Despite the problems facing the Judgment Day, Liv Morgan and Dominik Mysterio had some free time to go on a date. Morgan shared on X, formerly known as Twitter, that she spent some lovely time with her “boyfriend.”
The couple will have their hands full ahead of Raw. The bad blood between Morgan and Stephanie Vaquer has reached a boiling point, while Finn Balor has been out for revenge on “Dirty” Dominik for kicking him out of Judgment Day.
`;
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/wwe-news-rumor-roundup-liv-morgan-goes-date-boyfriend-nikki-bella-injured-former-champion-returning-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













