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

During a tag team match at Saturday Night’s Main Event, the former US champion was left injured after Angelo Dawkins took him out with a massive dive over the top rope. He underwent surgery and revealed that the doctors had told him that it would take six months for him to recover.

But The Vision member has been adamant that he wants a quick return to action. He showed up on RAW to be at ringside only a few weeks after his surgery. While he has had his arm in a sling, he recently showed up at the Fanatics Fest in New York City without an arm brace.

Now, during an appearance on ESPN’s First Take, Logan Paul said that he respects what WWE has done for him and they pay him well, but their medical team needs to clear him because he feels fine.

“They pay me handsomely. Extremely handsomely, may I add. But what I’m about to say to you is this. The WWE medical team needs to tune in and medically clear me because I’m fine. I’m fine,” he said.

The Maverick pointed out that the timeline for his return was six months, but he feels fine after two months and said he needs to come back because the promotion needs him.

“They said six months. It’s been two, and I’m fine. Put me in. The Vision needs me. The company needs me. I’m ready to go,” he added.

Logan Paul addresses injury status and desire to get back in the ring | First Take

Logan Paul provided an update on Bronson Reed’s WWE return

In February, Bronson Reed suffered a distal biceps tear during the men’s Elimination Chamber qualifying match. He has been out of action since and has continued to recover after surgery.

During his appearance on First Take, Logan Paul also dropped an update on Aus-Zilla’s return. He said that The Vision is stronger than ever with their full unit and said Reed is going to be back soon.

He said the faction is about to take over WWE and only needs a few more months to achieve this.


If you use quotes from this article, please credit ESPN First Take and give an H/T to Sportskeeda Wrestling for the transcription.

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-the-company-needs-me-31-year-old-star-eyes-wwe-return?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