”
], { 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);
});
});
})();
In the Logan Paul backstage vlog from WWE Saturday Night’s Main Event, he filmed the moment when he was injured and went backstage. He went on to film what happened after he was injured, and the title was taken away from him. He revealed that he was not allowed to keep the title at all and had to give it away. He tried to claim that he was still the champion, but he no longer has the belt.
“Thank you, bro. That’s f**king cold, bro. They literally just said they are going to need that. I’m still the f**king champ bro. I’m still the f**king champ.”
The star went on to tell Austin Theory that he would have to continue with the Vision without him for a little bit and that they would have to do their best while he was not there.
“You guys are going to have to run this sh** without me, bro. For a little bit. Thanks, bro. I’ll be alright. I’m alive.”
Paul went on to talk to Austin Theory about what would happen, and said that it was on him and the rest of the Vision to try and make something happen in the six months that he would not be there in WWE.
“You got six months to make something happen.”
Logan Paul then went on to blame Dawkins for landing on him badly and hurting his tricep when he fell on him, which resulted in his arm flexing too hard. He went on to blame Danhausen.
“I didn’t expect Dawkins’ fata** to send my tricep hurtling into the ground, thus forcing my arm to flex too hard with too much weight and pop my tricep. I felt it. I’m starting to think CurseHausen might be real. Some weird stuff might be going on.”
The star will need six months to recover from the injury.
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-breaking-wwe-champion-reacts-to-being-stripped-of-title-i-m-still-the-f-king-champ?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



