], { 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);
});
});
})();

When Austin Theory became the WWE United States Champion, he apparently understood that Vince McMahon was pushing him quickly up the ranks. Speaking on the ImPAULsive podcast, Theory stated:

“When I got to the main roster, I didn’t even kind of realized like Vince (McMahon) was like pushing me and behind me until like I remember when I won the US title and I became the youngest US champ. But at the end of that match, Vince wanted all the heels to come out, hold me up in the ring, and then as I left the ring, he came out at the end on the stage and held my arm. And I think in that moment, I was like, whoa, like something’s going on here. Like we’re going places, you know?”

You can check out his comments below:

Austin Theory GOES OFF on Roman Reigns, Dominik Mysterio Backstage Talk, Vince McMahon Relationship

Austin Theory has previously explained why he joined The Vision in WWE

According to Austin Theory, joining The Vision was a calculated step.

Speaking on RAW Recap last year, the WWE star had stated:

“Well, to me, it’s about the future, and that’s exactly what The Vision is about. And it’s about taking, and that’s what I’m all about now. I’m not waiting for opportunities, and not looking at my past and saying, ‘Hey, I beat John Cena. Give me something. Somebody hand me another opportunity.’ No, we just take, and that’s how it feels now being in The Vision, just going to take everything,” Theory said.

While Theory has achieved quite a lot in The Vision, he currently does not hold any titles. What is planned for him next is something fans will have to stay tuned to know.


If you use any quotes from the first half of the article, please credit the source and give an H/T to Sportskeeda for the transcription.

Why did you not like this content?


`;
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-vince-mcmahon-secretly-pushing-him-says-wwe-star?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

Leave A Reply

Exit mobile version