”
], { 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 took to social media today to predict that The Vision would emerge victorious and become the new World Tag Team Champions. You can check out Theory’s message in the post below.
“To all concerned, don’t worry. My theory is tomorrow @LoganPaul and I take the Tag Team Titles. The youth movement begins.✊🏻,” he wrote.
Paul and Theory defeated The Usos last week on RAW via disqualification. LA Knight showed up during the match and slid brass knuckles into the ring. Jey Uso leveled Theory with the brass knuckles to end the bout via disqualification and then bashed Logan Paul over the head as well following the match.
Austin Theory responds to Jey Uso’s attack on WWE RAW
The Vision’s Austin Theory responded to Jey Uso hitting him with brass knuckles last week on WWE RAW.
Theory shared a video on social media earlier this week and delivered a warning to The Usos. The 28-year-old claimed that they would be taking the World Tag Team Championships from Jimmy and Jey during tomorrow night’s show.
“Last week was very interesting, especially when it came to you, Jey. Those brass knuckles? Pressure. But what happened when pressure met pressure? That’s right. We won. And let me quote what you said later in the night, ‘I don’t give a damn about no tag team championships.’ Your words. You know who does care about them? The world’s most famous arena, Madison Square Garden. Next Monday, Monday Night RAW, you’ll be standing across the ring from The Vision. But understand this. Let me dumb it down for you boys. When it comes to those tag titles, four letters, one word, gone,” Theory said.
You can check out Theory’s comments in the video below:
It will be interesting to see if Austin Theory and Logan Paul can capture the titles tomorrow night on WWE RAW.
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-vision-member-predicts-wwe-title-win-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


