”
], { 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);
});
});
})();
Oba Femi demolished Brock Lesnar at WrestleMania 42. After the match, Lesnar took off his boots and gloves and made it seem like he was going to retire from in-ring competition. However, he returned following The Show of Shows and attacked Femi. They squared off again at Clash in Italy, and this time Lesnar emerged victorious.
Femi defeated Jey Uso in the finals of the King of the Ring tournament at Night of Champions and earned a title shot at SummerSlam as a result of the victory. However, he declined the title match and will instead face Lesnar in a Hell in a Cell match at SummerSlam.
Former WWE writer suggests Brock Lesnar refused to be retired by Gunther
Wrestling legend Vince Russo recently suggested that Brock Lesnar may have refused to be retired by Gunther.
Speaking on his YouTube channel, Russo stated that Lesnar could have turned down being retired by The Ring General because the company didn’t capitalize on his momentum. Gunther has retired Goldberg, AJ Styles, and John Cena in recent months and is now in a rivalry with SmackDown General Manager Nick Aldis.
“Gunther’s supposed to retire people. He retired John Cena. He retired AJ Styles. Didn’t he retire Goldberg, too? What have they [WWE] done with Gunther? Absolutely nothing. Which I’m assuming is behind the Brock Lesnar retirement. Because they wanted Brock to put Gunther over, and Brock said no, because they put Gunther over John Cena, and then they didn’t do anything with him. That is literally Lesnar looking to protect his character and protect his money. And I certainly understand that,” he said.
It will be fascinating to see what the 49-year-old has to say tonight on WWE RAW.
`;
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-spoiler-brock-lesnar-s-wwe-raw-plans-revealed-report?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













