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

Besides that, the company has moved the Mayor of Suplex City to the Alumni section of its official website. All of this indicates that Brock Lesnar is no longer with the company. In this article, we will discuss three reasons behind this decision.


#3. Brock Lesnar does what he wants to do

There is a popular saying about the former World Champion that he does what he wants. When Triple H was asked about Brock Lesnar’s retirement before SummerSlam, the Chief Content Officer said that it was entirely up to The Beast whether he wanted to retire at the premium live event.

With Lesnar now moved to WWE’s Alumni section, it appears that Brock has no intention of stepping inside the squared circle again and is satisfied with how things unfolded at SummerSlam this year.


#2. He considers Oba Femi as his replacement

The King of Kings revealed that Brock Lesnar has been working as Oba Femi’s mentor backstage, spending hours teaching him about the business. Even after losing to the Nigerian star at SummerSlam, Brock embraced and acknowledged the former NXT Champion as the future while calling himself the past.

All of this proves that Brock considers Oba Femi to be his replacement. As a result, Lesnar is no longer with the company and is no longer an active star in WWE.


#1. He is going away for a longer time; probably till WWE WrestleMania 43

[🔴]NEW: Brock Lesnar has officially been moved to the WWE Alumni section. #WWERaw

It’s important to note that neither Brock Lesnar nor WWE has officially announced The Beast Incarnate’s retirement. This leaves the door open for a potential return.

A possible explanation for his move to the Alumni section is that he is expected to stay away from WWE television for an extended period. Next year, WrestleMania 43 will take place live from Riyadh, Saudi Arabia.

Many believe that Lesnar could compete at that event due to his popularity with Saudi fans. However, to justify his absence until then, WWE may have decided to remove him from the list of active superstars.

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/3-reasons-brock-lesnar-gone-wwe?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