”
], { 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);
});
});
})();
Fenix then says his focus is on winning the tournament, so he won’t fight Ricky for now. However, he adds that a match between them could happen after he wins the tournament and becomes the World Heavyweight Champion. Saints laughs it off, suggesting there is little chance of it happening. He then disrespects Axiom and Nathan Frazer, who are standing right there.
As of now, Fenix is still two matches away from winning the tournament. Next week on RAW, he is to wrestle Dragon Lee in the semifinals. Meanwhile, Penta is in the other semifinal against La Parka. If both Rey and Penta manage to win their matches, the final of the tournament will be a clash of brothers. Only one will be going to Mexico City to face Roman Reigns.
Roman Reigns was laid out on the recent Monday Night RAW
The Bloodline revisited a familiar 2023 segment on RAW this week. Solo Sikoa was in Sami Zayn’s role this time, and Kevin Owens was LA Knight. The segment mirrored Zayn’s iconic betrayal of Roman Reigns, but with less buildup.
As Sikoa was forced to fall in line with the faction, Roman told him to Samoan Spike Knight to show his loyalty. This idea of aligning with the Bloodline didn’t sit right with Solo, so he backed Knight and spiked the OTC to begin the war against his former stable. To end the show, Roman was laid out on the mat, with the Usos also helpless after an attack from Knight and Sikoa.
`;
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-former-aew-star-teases-first-world-heavyweight-title-defense-ahead-potential-roman-reigns-match?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













