”
], { 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);
});
});
})();
Femi and Knight recently worked together as part of WWE’s 2026 Summer Tour. Last night after RAW went off-air, The Ruler and The Megastar combined forces again to battle Breakker and Theory in a tag team match. In the end, Femi hit a Fall From Grace on The Dog of WWE and secured the deciding pinfall for his side.
You can view a fan-recorded video of the dark match below.
Knight shares a storied history with The Vision. Last year, the 43-year-old engaged in a lengthy feud with the heel faction on WWE RAW. He even battled the group’s former leader, Seth Rollins, on many occasions.
LA Knight secured a world title shot after WWE RAW went off-air
This week’s RAW was headlined by a World Heavyweight Championship match. Penta challenged Roman Reigns for the coveted gold on his home turf, Mexico. Despite being relatively new to the main event scene in WWE, Cero Miedo posed a huge threat to Reigns’ title run.
The OTC and Penta engaged in a back-and-forth showdown at Arena CDMX. Cero Miedo came scarily close to winning the world title on many occasions. However, Reigns ultimately emerged victorious after hitting the former AEW star with a vicious Spear.
After WWE RAW went off-air, LA Knight confronted The Bloodline leader. In a shocking moment, he took out Reigns with a BFT, staking his claim to the World Heavyweight Championship. A frustrated Reigns ended up granting The Megastar a title match at Money in the Bank 2026.
Reigns and Knight will now lock horns on October 10. The premium live event will take place at Smoothie King Center in New Orleans, Louisiana. It will be interesting to see if The Megastar can dethrone the OTC.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-43-year-old-star-helps-oba-femi-the-vision-wwe-raw-goes-air?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



