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

A Superkick almost gave the AAA star the win, but the former NXT North American Champion managed to kick out yet again. Dr. Wagner Jr. dominated most of the match, but in the end, Lee gained some momentum, and he instantly hit his signature move, Operation Dragon, and picked up the win.

The other match was between AAA World Cruiserweight Champion Rey Fenix and an up-and-coming star, El Fiscal. After a strong showing, Fenix managed to pick up the win by hitting the Mexican Muscle Buster.

Next week on Monday Night RAW, Fenix will wrestle Dragon Lee in the semi-final match. The other semi-final match will be between former WWE Intercontinental Champion Penta and AAA’s La Parka.


Roman Reigns’ Bloodline in jeopardy

Despite a new challenger set to be named for the Original Tribal Chief’s title, Roman Reigns seems to have his hands full. Tonight, Jey Uso was set to deliver Solo Sikoa to The OTC. It was expected to be a moment where Sikoa reunites with the Bloodline.

But then, Jacob Fatu attacked Sikoa as Reigns demanded the former Street Champ beg the Tribal Chief for mercy. Things swiftly turned chaotic. LA Knight showed up to help Sikoa. Solo Sikoa then hit the Samoan Spike on Roman Reigns.

Both Knight and Sikoa took out the rest of the Bloodline while Jacob Fatu stood idle without helping his cousins.

The fate of the Bloodline is now in question. Hopefully, the WWE Universe gets some answers next week on RAW.

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-former-champion-gets-one-step-closer-challenging-roman-reigns-first-time-ever-bout?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