”
], { 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);
});
});
})();
“New vlog, My Career Is Over,” wrote Paul.
Austin Theory and Logan Paul were the reigning World Tag Team Champions at the time of the injury. Bron Breakker replaced Paul in the tag team with Theory following the injury and is scheduled to compete in a huge match at Sunday Night’s Main Event next month.
Breakker will be squaring off against Oba Femi in a singles match. Paul Heyman has been at the center of the rivalry between Femi and Breakker so far on RAW. Heyman used to be a part of The Vision, but The Oracle decided to depart the group after Maxxine Dupri joined as Theory’s love interest.
Oba Femi retired Brock Lesnar by defeating him in a Hell in a Cell match at WWE SummerSlam 2026. Heyman has shown respect to The Ruler following the victory, and Breakker is out to prove that he is the future of WWE and not Femi.
Logan Paul opens up about WWE injury
WWE RAW star Logan Paul opened up following his unfortunate injury at Saturday Night’s Main Event earlier this year.
Speaking on his Impaulsive podcast, the former United States Champion stated that he was on a great run with Austin Theory and hadn’t found the silver lining in the injury yet.
“I felt like me and Austin had so much momentum and we were about to go on a generational tag team run. I’m in the best shape of my life ever. My whole business is firing on all cylinders… Everything is firing and I’m thrown this curveball during the last move of this match. And now the next six months of my life look drastically different and I cannot see the silver lining yet.”
Only time will tell when Logan Paul will be able to return to action on WWE television.
`;
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-my-career-over-controversial-wwe-star-makes-shocking-claim?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













