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

Despite his regrets about getting injured, he admitted that it had a silver lining as he got to spend more time with his family. He also showed fans a glimpse at the procedures he was having to undergo for rehabilitation, including a consultation with a physiotherapist.

“An average day with no tricep,” he captioned the video.

Alongside Paul, Bronson Reed is also away from television, recovering from a bicep injury he suffered in February. It now remains to be seen when the duo will be able to return to WWE after completing their recovery.

Logan Paul reveals how he tore his triceps at Saturday Night’s Main Event XLIV

In a recent edition of his IMPAULSIVE podcast, Logan Paul revealed the exact moment he got injured.

“So, what had happened was, I was on the outside. A nearly 300-pound [Angelo] Dawkins comes flying over the ropes. He lands on me. My arm is flexed in trying to catch him landing on the ground. Too much weight, too much tension. I could feel the tendons snap off the elbow. And it’s interesting, because the triceps is in the middle of your arm. But it came from the elbow. It came from the bottom of the triceps. It detaches. And, I’ve been injured so many times, I knew immediately. Listen closely when it happens, you can hear me—I’m not selling like a wrestler. That’s real pain,” Logan Paul said.

Despite the injury, the Maverick was able to complete the match and come away with the win. However, he now faces a significant amount of time on the sidelines, recovering from a rather serious injury.

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-injury-update-wwe-star-logan-paul?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