”
], { 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);
});
});
})();
Amid The Dog of WWE’s absence, his place in The Vision may have been compromised as well.
The Vision has moved on from Bron Breakker
The heel group seems to have moved on from Breakker’s injury. While The Dog of WWE was the main attraction of the faction, it has seemingly recalibrated its focus. Logan Paul, Bronson Reed, and Austin Theory have continued their mission of ruling over WWE according to their vision.
The threat of the mystery masked man still looms over the faction, but the trio has been regaining its footing. On this week’s RAW, Reed, Paul, and Theory scored a massive win over LA Knight and The Usos in a six-man tag team match.
Bronson Reed seems to have taken over the leadership of The Vision
Now that Bron Breakker has been sidelined, it seems that Bronson Reed finally has an opportunity to step into the spotlight. With Breakker around, Reed wasn’t given much priority.
The Aus-zilla pinned Jimmy Uso this week to score the win for The Vision. Reed has an opportunity to qualify for the Men’s Elimination Chamber Match next week, as he faces Jey Uso and the Original El Grande Americano in a qualifying match.
The powerhouse has seemingly stepped into the leadership role for The Vision. While Austin Theory failed to qualify for the Men’s Elimination Chamber Match, Reed could represent the group inside the steel structure.
As for Bron Breakker, the Triple H-led creative team could bring him back as a babyface. It could be a while before the 28-year-old returns, and fans would likely cheer him upon his comeback.
The Dog of WWE could ultimately leave The Vision after his return, and the seeds for his departure are being planted. With the group moving on from Bron Breakker and Reed stepping into the leadership role, it suggests that the 28-year-old may have been secretly removed from the heel group.
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/bron-breakker-may-secretly-removed-the-vision-here-s-why?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


