], { 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);
});
});
})();

This past Monday, Fenix reached the final of the tournament. He defeated Dragon Lee in a spectacular semi-final match on RAW to get one step closer to the World Heavyweight Championship. On the same show, Penta bested La Parka to book his spot in the final. The Lucha Brothers will now collide for a shot at Reigns’ gold on the red show.

Before his high-profile match against Penta, Rey Fenix made a trip to NXT. On this week’s episode of the black-and-silver show, he defended the AAA World Cruiserweight Championship against Ek Prosper in a one-on-one match. Despite being relatively less experienced, Prosper pushed Fenix to his limit in the title contest.

Prosper and Fenix engaged in a back-and-forth showdown on WWE NXT. The SmackDown Superstar got a strong start, but it didn’t take long for the upstart to bounce back and gain control. At one point in the bout, Fenix attempted a Mexican Muscle Buster on his opponent. However, Prosper countered the move with a top-rope headscissors.

In the final stages of the match, Ek Prosper tried to hit Rey Fenix with the Moonsault. However, Fenix’s veteran instincts kicked in, and he dodged the maneuver. Fenix hit a Superkick on Prosper, followed by a devastating Mexican Muscle Buster. Following the sequence, the popular luchador pinned the upstart for the win.

Fenix will now shift his focus to possibly defeating Penta and becoming Roman Reigns’ next potential opponent.


Why did you not like this content?


`;
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-roman-reigns-potential-next-opponent-defends-his-title-wwe-show?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

Leave A Reply

Exit mobile version