”
], { 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);
});
});
})();
While speaking on his latest Vlog, Logan Paul revealed the status of his WWE comeback, as well as detailing the recent therapy he had undergone.
“I think people have forgotten that I tore my tricep off the bone. Still very much injured, but I’m healing very fast though. It’s because I’m religious about recovery and I’m doing something today called PRP. So that’s what they’re gonna do. They take my blood and they put it in a centrifuge, I think it’s called, and they spin it around and then something happens there. I don’t know what, but I think it has to do with the cells. I think it’s the white blood cells that get separated, which are the healing cells. Then they take those and they’ll put it back in my tricep.” he claimed.
Paul noted following his injury that he would be back quicker than expected, and he has already been able to return and remain part of storylines despite his injury. While he has made it clear he is no closer to returning, it seems that he is working on ways to return faster.
When will Logan Paul make his WWE in-ring return?
Logan Paul noted above that he had torn his triceps completely off the bone, so his recovery was expected to take a while. That being said, he is recovering much faster than expected.
Bronson Reed suffered the same kind of injury and has remained on the sidelines since February, so the fact that Paul has been able to remain on-screen despite this has been a massive achievement, and he could be back in the ring much sooner than expected as well. It will be interesting to see if he becomes part of the story between Bron Breakker and Oba Femi on WWE RAW over the next few weeks.
`;
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-still-much-injured-popular-wwe-star-shares-disappointing-health-update?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













