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

On the recent episode of WWE RAW, Logan was forced to relinquish the Championship. However, Paul Heyman exercised the freebird rule and had Breakker takeover for Logan as the new Champion. While speaking on his IMPAULSIVE podcast, Logan revealed how WWE management asked him to leave the Championship shortly after he got injured.

“Moments after I got injured, I was still in the venue bro, I don’t even think I even had a shirt on, they say “we’re gonna need that belt back”. What? It’s been 10 minutes and I didn’t even have the gall to fight for it and btw I’m still the Champ,” said Logan.

Logan Paul Addresses SteveWillDolt & NELK Boys COLLAPSE, KSI Leaving Sidemen, Logan's WWE Injury

Many fans found it hilarious that in such a serious situation, WWE’s main concern was that Logan Paul doesn’t take the Championship with him.

Logan Paul revealed how serious his WWE injury is

During the same episode of his podcast, Logan talked about how he laughed at CM Punk when he tore his tricep back in 2024. The Maverick revealed that he didn’t realise how bad it was to tear your tricep until he actually experienced it.

“If you guys saw the news or the vlog, this is not a work. I tore my tricep off the bone, and a little piece of bone literally came with the tendon. It’s insane because, I’ll be honest, when CM Punk tore his tricep, I just thought he was a major pu**y. I cut a promo about it… When I said it, I was like, ‘I hope this doesn’t ever happen to me,” said Logan.

Sportskeeda Wrestling wishes Logan Paul a speedy recovery and hopes to see him back in the squared circle soon.

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-breaking-wwe-forced-current-champion-to-relinquish-major-title-i-m-still-the-champ?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