”
], { 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);
});
});
})();
However, WWE recently teased some tension between Austin Theory and Bronson Reed. Speaking about the issue between the two on The Russo’s Brand, Vince Russo believes that it could be the setup for Theory leaving The Vision in case his addition does not get the expected reactions from fans.
“Now you have to ask the question, bro. Are they doing it this way so that in case the people sh*t in Austin Theory, and they can get him out of there? That’s what it sounds like to me.”
Could Austin Theory be working for Seth Rollins in WWE?
Ever since Austin Theory has returned to WWE and joined Vision, there have been speculations that he’s secretly working for Seth Rollins. The rising star has not gelled well with his stablemates and even uses Rollins’ move, which has added further fuel to the fire.
Theory was once Seth Rollins’ protege, and thus many suspect that he could be The Visionary’s mole in the Vision. However, we are unlikely to see development on this front until Rollins makes his return.
Austin Theory wrestled in his first match back on RAW this week, where he teamed up with Bronson Reed to defeat CM Punk and Rey Mysterio. With Bron Breakker setting his sights upon the World Heavyweight Championship, Theory could go after the tag titles with Bronson Reed. However, there was visible tension between the two on the red brand, which could escalate in the coming weeks.
Please credit the original source with H/T to Sportskeeda Wrestling if you use any quotes from the article!
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-major-wwe-superstar-leaving-the-vision-following-backlash-fans-happen-says-veteran?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



