”
], { 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);
});
});
})();
Speaking in an interview with Complex Graps, Dupri explained that this was her first heartbreak in the pro wrestling industry. She said:
“That was like my first heartbreak in this industry, I trusted Chad wholeheartedly with my whole career, with everything, and to be treated with such disrespect, like we’re the scum on the bottom of his shoe.
She further added:
“That was a crazy experience, and we fought for Chad for so long and I really did not want to part ways with Chad, I had a really strong attachment to him, and he didn’t choose us, so why on Earth would I choose him when he comes crawling back? That’s like actually insane… The fact Otis and Tozawa actually wanted to is beyond me, I don’t know if they have memory loss of what happened, but I don’t.”
You can check out her comments below:
Maxxine Dupri also spoke about why she chose to leave Alpha Academy in WWE
According to Maxxine Dupri, leaving Alpha Academy and siding with The Vision was a decision that was best for her future in WWE.
Speaking in the same interview, Dupri 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?”
As of now, what Maxxine Dupri plans to do next in WWE as a member of The Vision remains a mystery.
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-first-heartbreak-industry-chad-gable-s-actions-irreparably-damaged-relationship-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













