”
], { 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);
});
});
})();
Now, after the show, one of the masked men has revealed his identity on social media. Indie wrestler Vin Parker took to X/Twitter to reveal that he was one of the hooded men on tonight’s WWE RAW who was the victim of Brock Lesnar’s Suplex City. The star was seemingly happy that he got “tossed” by The Beast Incarnate.
“I just got tossed by Brock Lesnar,” he wrote.
Check out his post by clicking here.
Brock Lesnar’s WWE WrestleMania 42 opponent was revealed on RAW
After Brock Lesnar took out all of the masked men on this week’s Monday Night RAW, he came face-to-face with Seth Rollins in the ring. However, before he could lay hands on The Visionary, the lights went off, and Oba Femi’s music started playing.
The crowd went crazy when Femi came out. The former WWE NXT star then stood face-to-face with The Beast Incarnate inside the ring, before taking the legend out with a powerbomb. The Ruler then stood tall while stepping onto Lesnar’s chest to point at the WrestleMania 42 sign, confirming that he would face the former WWE Universal Champion at this year’s Show of Shows.
When Brock Lesnar issued an open challenge to the entire locker room a few weeks ago, many expected Oba Femi to answer it. It seems like the Triple H-led creative team listened to the fans’ demands on social media and made this dream match official. It will be interesting to see who will come out on top between Femi and Lesnar at The Grandest Stage of Them All.
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-masked-man-reveals-identity-brock-lesnar-attack-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


