”
], { 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);
});
});
})();
With injuries and a series of bad losses hampering the group, though, it seems that Heyman might be cutting ties. After his return, Heyman was met backstage by Austin Theory while trying to sell WWE RAW GM Adam Pearce on a match between Brock Lesnar and Oba Femi at SummerSlam. Theory was elated to see him and wondered why he didn’t hear from him before tonight. Why didn’t Theory know he was showing up?
“You didn’t know I was here? Well, now you know.”
Heyman left on that note, seemingly abandoning Theory then and there. While it wasn’t an official departure from the group as of yet, it does seem like he’s not long for The Vision.
The Vision lost the WWE World Tag Titles and more since Paul Heyman vanished
On June 1st, Bron Breakker accidentally speared Paul Heyman through a barricade during the main event of Monday Night RAW. This came days after the reveal that Logan Paul had been legitimately injured at Saturday Night’s Main Event, putting one half of the tag titles on Breakker.
Since then, Breakker is 0-2 against Seth Rollins in singles action. Breakker and Austin Theory also lost the WWE World Tag Team Titles to the Street Profits last week.
The Vision has, simply, fallen apart in 2026. Between the injury bug that’s plagued them even during the Seth Rollins era, and a series of big losses, Heyman might be seeing the writing on the wall here. If he hasn’t left by the end of the night, we don’t see him lasting in The Vision much longer.
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-paul-heyman-walks-out-on-faction-on-wwe-raw-it-s-over?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


