”
], { 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);
});
});
})();
According to Maxxine Dupri, it should be noted that Alpha Academy did not come to her aid during her attempts in defeating Lynch. Speaking in an interview with Complex Graps, she stated:
“It just got to a point where I had to choose me. I’ve been choosing them for years, and that hasn’t gotten me anywhere. Also, let’s not forget, all those times when Becky (Lynch) was getting disqualified and purposely doing things so that I couldn’t win the title, where were they? Were they ever ringside for me? So, I had to do that on my own, and then, when I lost it, thanks to Nattie, where were they?”
The WWE star added:
“So to me, it’s like, it’s not personal; it’s just about me choosing me but no one has been choosing me. Literally no one, and Austin (Theory) has chosen me so I’m choosing him and I’m choosing Maxxine.”
You can check out her comments below:
Maxxine Dupri also spoke about her alliance with The Vision in WWE
According to Dupri, her joining The Vision was a decision that she took very carefully.
Speaking in the same interview, she explained in character that she had changed a lot over time. She said:
“I mean, so much has changed, so much has happened in the past year, the past six months. I won my first title. I lost my first title. I lost a lot of opportunities. I wasn’t being given opportunities. I was continuing to be overlooked, but, not by Austin (Theory) of course, and I think I just came to a point where at some point, you have to choose yourself and I chose me and I did what needed to be done. I mean, have you seen him?” she said about Theory.
As of now, only time will tell what is next for Maxxine Dupri down the line in WWE.
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.
`;
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-let-s-forget-maxxine-dupri-shares-real-reason-joining-the-vision-wwe?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













