”
], { 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);
});
});
})();
Logan Paul took to social media today to reveal that he underwent surgery on his torn triceps. Paul claimed that he was still the tag team champion and would be back in a couple of weeks, even though he had been told that the injury would take six months to recover from.
“Tore my tricep, got surgery while wide awake, told doc I wanna feel it all. Still the Tag Team champ just FYI. They’re telling me 6 month recovery but I don’t believe them, I’ll be back in a couple weeks with some PRIME shake (32g protein)” wrote Paul.
You can check out his message in the post below:
Bron Breakker missed WrestleMania last month after undergoing hernia surgery. The former champion defeated Seth Rollins at WWE Backlash 2026 in a singles match in his return to the ring.
WWE Hall of Famer praises Logan Paul
Wrestling veteran Nikki Bella recently complimented Logan Paul and admitted she was a fan of his.
Nikki Bella was supposed to compete at WWE WrestleMania but had to drop out of the match due to an ankle injury. Brie Bella teamed up with Paige instead, and the duo won the Women’s Tag Team Championships at The Show of Shows.
In an interview with USA Today Sports, Bella complimented Paul and noted that he has done a lot for the wrestling industry.
“I know everyone else got whatever by it, but I like Logan Paul a lot, and I think what he does for our industry is great, and so when I see stuff like that, I’m like, this is great. This is amazing. Like, you know, and it made me laugh because, you know, I am a diehard Eagles fan,” she said.
It will be interesting to see how much time Paul will miss following his injury at WWE SNME.
`;
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-logan-paul-contradicts-paul-heyman-s-championship-plan-following-raw-announcement?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













