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

Oliver Tree, an American comedian and musician, died in a helicopter crash on June 14th while in Rio De Janeiro, Brazil. Paul expressed his feelings over the loss in his latest Vlog on his YouTube channel.

“Our friend, Oliver Tree, has passed away. I’ve been wrestling with the fact that this is now reality. I’m in . . . and have been in a state of denial since it happened. I just can’t believe it. He was a person who was so full of life and energy and talent. Everyone loved this guy, like all of the commemorative posts about Oliver, like, you are just seeing how many people he affected and inspired and everyone loved this guy.”

Since The Maverick has returned to screens on RAW to back up Austin Theory and Bron Breakker, he hasn’t been able to properly express his feelings about the tragic passing and what Tree meant to him.

“I had to put on a face and do the podcast this week and go to my WWE show, and I’m blessed to be in that position to entertain and get up there and make people happy for a second or get them out of their minds.” (from 20:26 onwards)

The helicopter crash that ended Tree’s life also took the lives of two pilots and three other passengers.

Soldiering on in WWE

Logan Paul joined the Vision after the group kicked Seth Rollins out. He competed in the 2026 Men’s Elimination Chamber match.

The heel faction beat the Usos for the World Tag Team Titles in a street fight on WWE RAW on March 30, thanks to accidental help from iShowSpeed.

The Usos & LA Knight vs. Logan Paul, Austin Theory & IShowSpeed: WrestleMania 42 Saturday highlights

LA Knight was also involved in the feud. Because of the ongoing tension, the two sides squared off in six-man tag team action on Night 1 of WrestleMania 42.

Since he took the pinfall for the heel team, Paul admonished Speed after the loss. Knight and the Usos came to his aid and stood tall to end the segment.

The Street Profits beat the Vision for the titles on RAW after both Joe Hendry and Seth Rollins interfered to help the challengers. The Vision will now turn its attention to Rollins and his cage match with Breakker at WWE Night of Champions in Saudi Arabia this weekend.

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-sending-sincerest-condolences-wwe-superstar-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