”
], { 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);
});
});
})();
During the February 23rd episode of RAW, Lesnar made his return to the flagship show and laid down an open challenge for WrestleMania 42 via Paul Heyman.
Since the blockbuster announcement, no wrestler from the WWE locker room has dared to step up to The Alpha Male of Our Species. Former WCW star Big Vito was the first to respond to his challenge, asking Triple H to open the proverbial forbidden door.
Now, James Ellsworth has answered Brock Lesnar’s WrestleMania 42 Open Challenge, saying:
“Any Man With Two Hands Has A Fighting Chance At #Wrestlemania ? …”
You can check out his tweet below:
James Ellsworth is a 24-year veteran in the business, having spent the majority of his career on the independent circuit. He had a brief run with the Stamford-based promotion, which lasted four years.
Ellsworth has since been back on the indies. A match between Ellsworth and Lesnar sounds like a squash on paper, but the chances of it happening are slim to none at the time of writing.
Is Brock Lesnar vs. Seth Rollins on the cards for WWE WrestleMania 42?
Speaking on the Last Word podcast, Tommy Carlucci entertained the thought of Seth Rollins running it back with Brock Lesnar at WrestleMania 42.
“I personally thought they could be leaning towards Logan against Seth; that’s another great match, but you coming out with that with Brock, you’re absolutely right. Heyman is his boy; that would be incredible. That would make people want to say, ‘Hey man, I want to go see this event,’ because they need all the help and star power they can get for WrestleMania.”
The Visionary made his return at the Elimination Chamber, costing Logan Paul a chance to make it to the Show of Shows.
Since Seth Rollins is feuding with Paul Heyman, a match with Brock Lesnar shouldn’t be completely ruled out.
`;
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-breaking-former-wwe-superstar-answers-brock-lesnar-s-wrestlemania-42-open-challenge?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













