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

Later backstage, Danhausen, Hendry, and The Judgment Day members continued arguing in front of WWE RAW General Manager. During the exchange, it was revealed that the briefcase contained fake “human monies.” Frustrated, JD McDonagh threw the bag aside, but it accidentally hit Oba Femi, who happened to be walking by. Seizing the moment to restore order and punish McDonagh, Adam Pearce immediately booked the singles match on the spot.

The Ruler entered the ring as an unstoppable force, and JD McDonagh was forced to head to the ring alongside Dominik Mysterio despite his clear hesitation. Femi took control from the opening second on WWE RAW and never allowed his opponent to build any momentum. The powerhouse completely dominated the contest, stopping every attempt McDonagh made to fight back. In fact, The Judgment Day member failed to land any meaningful offense throughout the match.

After tossing McDonagh with a huge back body drop, Femi lifted him onto his shoulders and connected with Fall From Grace to score a quick and clean pinfall victory.

The quick loss proved that the impromptu match booking completely ruined The Judgment Day’s strategy for the evening. Dominik Mysterio was also forced into a singles bout against Joe Hendry by Pearce following the backstage argument.

Femi’s dominant display put the entire RAW locker room on notice. The Ruler is set to face Brock Lesnar in a Hell in a Cell match at WWE SummerSlam 2026. It will be interesting to see if he dominates his opponent at the Biggest Party of the Summer.

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-adam-pearce-s-surprise-match-backfires-oba-femi-destroys-star-wwe-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

Leave A Reply

Exit mobile version