”
], { 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);
});
});
})();
Moments ago, Logan Paul took to X (fka Twitter) to post a video of himself addressing his actions at the Fanatics Flag Football Classic in his own peculiar manner. He started off by apologizing for taking Darrell Doucette’s glasses off of his face and throwing them at the ground during one of the matches. However, he also explained why he did so.
“I’d like to take this opportunity to apologize for some of my actions in yesterday’s flag football game. First, I want to apologize to the United States flag football team for taking Doucette’s glasses off of his face and throwing them at the ground. That happened because after he scored a touchdown, he kind of got in my grill and said to me, ‘Welcome to flag football,’ which upset me because it’s comments like that that I just can’t tolerate,” Paul said.
Logan Paul further issued sarcastic apologies to Jalen Hurts and Tom Brady while also firing shots at the two stars. He also mocked everyone who doubted his athleticism.
“Second, I’d like to apologize to Jalen Hurts for sacking you and later deflecting a pass that then got intercepted by my team, allowing us to score on the very next possession. If you get traded or your contract gets cut down, now we know why. And it’s probably pretty embarrassing, so I am sorry. And of course, I’d like to apologize to Tom Brady for applying so much pressure on you play after play after play that had you literally fearing for your life. I understand you’re older. It’s not like you could go anywhere and you got frustrated, which is why you threw the ball at me. And I want you to know that I forgive you for that because that’s what real men do. And lastly, I want to apologize to everyone that said that I was not a great athlete because you all look stupid as hell right now. Thank you,” Paul added.
You can check out his comments in the video below:
Logan Paul’s team lost in the final
The Fanatics Flag Football Classic had three teams that competed in a round-robin format. In the opening game of the tournament, Logan Paul’s team, Wildcats FFC, lost to Team USA 14-39.
However, Wildcats FFC led by Joe Burrow and Jayden Daniels made a strong comeback in their very next game and defeated Tom Brady’s Founders FFC 34-26 to book their slot in the final. Wildcats had a comparatively better showing against Team USA in the final but eventually lost the championship game 14-24.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-wwe-superstar-logan-paul-issues-apology?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


