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

This week on RAW, The Vision’s Bron Breakker and Theory challenged the Street Profits (Angelo Dawkins and Montez Ford) for the WWE World Tag Team Championship. Just as things were starting to go awry for the heel faction, Dupree showed up and low-blowed Dawkins, helping Theory pick up the pinfall and the gold. Then, in another shocking moment, she jumped onto Austin Theory’s arms, and they kissed.

It now appears to have joined The Vision. Maxxine Dupri broke her silence after RAW on Instagram with a post alongside Austin Theory, announcing their onscreen relationship. There were several photographs of the two stars, and she wrote a two-word caption.

“MAXXIMUM PRESSURE 🧨 ,” Dupri wrote.


Maxxine Dupri’s former stablemate reacts to her betrayal

It was not long ago that Maxxine Dupri came out alongside Otis and Akira Tozawa of the Alpha Academy and urged her stablemates not to accept Chad Gable’s apologies for ill-treating them in the past when he had decided to turn heel.

And now she appears to have moved to the dark side herself after her recent alliance with The Vision. Meanwhile, Otis and Tozawa appeared to have been hit with a bolt from the blue. They seemed genuinely unaware of Dupri’s new alliance and were left looking shocked at her betrayal.

Otis took to Instagram and posted just a photograph of the two unaware Alpha Academy members looking stunned, just after members of The Vision had left in a car.

It remains to be seen how Dupri now deals with her former family on WWE RAW in the weeks ahead.

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-the-virulence-of-the-vision-maxxine-dupri-breaks-silence-after-raw-shocker?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