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

Moments ago, Maxxine Dupri posted a video shot backstage on Friday Night SmackDown. Austin Theory was walking away with the former WWE Women’s Intercontinental Champion on his shoulder. Unfortunately, the door wasn’t high enough, and her head bumped into the ledge.

You can check out the video below:

Wrestling personality wants Maxxine Dupri to end her on-screen relationship with Austin Theory

Speaking on The Last Word podcast, TNA host Gabby LaSpisa pitched for Maxxine Dupri to make a massive change.

LaSpisa suggested Dupri dump Austin Theory to align herself with WWE Hall of Famer Paul Heyman. She stated that the veteran would get her out of The Vision and establish her as a massive star. LaSpisa opined that the women’s division needs more stars.

“Here’s a shot in the dark about something that would garner my interest. Who’s the one person Heyman has complimented at all in the past few weeks? Maxxine Dupri. How f**king girl boss would it be for Maxxine to dump Austin Theory and be like, ‘I got a new man who’s helping me and I’m going to be the star and it’s Paul Heyman. Paul Heyman takes Maxxine out of the Vision and makes her the star of the women’s division. He comes out with her. Omg! How exciting that would be? Someone who needs it is Maxxine, someone I think has star written all over her, if booked correctly, is Maxxine. And that makes her a strong woman, who is like, ‘I’m over you. Thanks for everything, but Heyman likes me, I’m going with him.’ Build a star like that. The women’s division needs it more than ever, especially right now,” LaSpisa said.

Dupri has yet to wrestle a match since joining The Vision. Only time will tell when she gets back to the squared circle.

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-maxxine-dupri-involved-backstage-accident-due-another-wwe-superstar?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