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

Austin Theory posted on his official Instagram account on Saturday, sharing pictures of himself and The Maverick holding the World Tag Team Championship gold. The photos also show Bron Breakker raising their hands in victory after the match. He captioned the post:

“Main Event = US.”

The two teams competed in the main event of the WWE special, which went live from the Allen County War Memorial Coliseum in Fort Wayne, Indiana. That said, it will be interesting to see what happens next for The Vision on Monday night on the final go-home episode of RAW before Clash in Italy on May 31.

Austin Theory claims he is better than Shawn Michaels

Austin Theory has responded to being compared to Shawn Michaels. The Heart Break Kid had a decorated career in WWE and is regarded as one of the greatest of all time. Many stars have been compared to Michaels, but few have stood the test of time.

Earlier this year, Paul Heyman added Theory to the list. The WWE Hall of Famer claimed that Theory is like HBK when he was part of The Rockers.

The 28-year-old star addressed this comparison during an appearance on the May 21 episode of the Battleground Podcast. The World Tag Team Champion said he appreciates the praise but believes he is better than Michaels and has dubbed himself the new “Sexy Boy.”

“I appreciate the compliment,” Theory said. “I think I am way better than Shawn Michaels, though. It is what it is. But he’s a legend; respect to him, the Heartbreak Kid, Sexy Boy. I think I am the new Sexy Boy. I think I rev it up a little bit more.”

It remains to be seen what WWE has in store for Austin Theory going forward.

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-austin-theory-breaks-silence-major-victory-wwe-snme-xliv?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