”
], { 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);
});
});
})();
The faction was later interviewed backstage, and fans have pointed out on social media that Breakker did not look like he wanted to be there. You can check out Breakker’s facial expression during the interview in the post below.
Logan Paul used to be Austin Theory’s tag team partner, but The Maverick suffered a torn triceps earlier this year, and Bron Breakker has replaced him. Bronson Reed is also a member of The Vision, but he is on the shelf with a torn bicep suffered during his Elimination Chamber qualifying match in February.
Bron Breakker was worried WWE fans had forgotten about him
RAW star Bron Breakker recently shared that he was worried that WWE fans had forgotten about him during his injury hiatus.
Breakker did not compete at WrestleMania 42 but showed up during the event to cost Seth Rollins his match against Gunther. He missed some time due to hernia surgery and returned at The Show of Shows earlier this year to cost Rollins. The two stars then had a rivalry that culminated with Rollins defeating Breakker in a Steel Cage match at Night of Champions 2026.
Speaking on WWE Unreal Season 3 on Netflix, Breakker noted that a bunch of new talent had shown up during his absence and admitted he was worried that fans had forgotten about him.
“Feel like our product is shifting at the moment. Since some of the new talent has been brought up, I haven’t really been a part of, like .. haven’t really been with them. See how the audience receives me. I don’t know, I just hope they haven’t forgotten about me. We’ll see,” he said.
It will be fascinating to see what the promotion has planned for the 28-year-old moving forward.
`;
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-bron-breakker-spotted-looking-unhappy-the-vision-wwe-raw?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













