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

Adding to the rumors, Maxxine was seen leaving last week’s WWE RAW with Logan Paul and Austin Theory in their car. The moment was caught on camera as Jackie Redmond was interviewing the Vision on their way out. The ex-Women’s Intercontinental Champion was already seen sitting inside the car, leaving fans wondering whether she had joined the Vision.

Now, revealing details on the situation, veteran professional wrestling journalist Dave Meltzer, in his Wrestling Observer Newsletter, reported that World Wrestling Entertainment may have altered some plans for her as fans didn’t respond well to her as a wrestler on television.

“(Maxxine) Dupri has disappeared as a wrestler after the fans kind of didn’t go for her being pushed before she was ready. Given that WWE is so heavily a cosmetic business, they’re going to try and try to get someone who looks like that in a television role.”

This could be an ultimate build-up for her being added to The Vision faction in the near future. The stable that is entirely dedicated to the rising prospects of promotion, building them up to become the future main-eventers.

The rising star breaks the silence over her winning the WWE Women’s Intercontinental Championship

Last year, Maxxine Dupri pulled one of the biggest upsets in women’s professional wrestling in recent memory as she beat Becky Lynch to capture the Women’s Intercontinental Title.

In her recent appearance on The Collection with Brad Glimore, the 28-year-old superstar was asked whether winning a championship was her main goal when she was called up from NXT.

Speaking about her main-roster run, the Monday Night RAW star said that when she was called up, she was injured, never had a match, and wasn’t trained at that time. On winning the strap, Maxxine said she herself wasn’t sure if she was capable of winning the title, let alone beating a veteran like Becky Lynch.

“And I think as I started competing in the ring, even then, I don’t know that I ever really thought I was capable of achieving that [winning the WWE Women’s Intercontinental Championship]. And it, like, shocked myself. And I always say that, like, ‘I know the world was shocked, but I’m, like, guys, I was shocked with you.’ Like when I hit that cross body and I beat Becky Lynch, the first woman to ever main event WrestleMania to achieve all these things, like, I was equally shocked,” Dupri added.

That being said, it will be interesting to see what plans Triple H and his creative team have in store for the RAW superstar in the coming weeks.

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/rumor-update-wwe-reportedly-adding-new-vision-member?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