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

But two weeks ago on RAW, they had a contender when Maxxine Dupri aligned herself with Austin Theory. After helping The Vision win the World Tag Team Championship, she kissed Theory, confirming them as an on-screen couple.

During a recent appearance on The Nikki & Brie Show, Maxxine talked about her heel turn and her storyline relationship with Theory. She said she heard something about them being referred to as the Temu version of Liv and Dominik Mysterio, but she doesn’t see it that way.

“They’re using this word, Temu, I had to Google it. I have money, so I don’t shop there. I was like, it’s crazy that you guys even have that word in your vocabulary. I don’t feel that it’s the same at all,” she said.

The former Women’s Intercontinental champion then said fans should remember Dominik’s betrayal of Rhea Ripley and then took a dig at Dom.

“Did we forget about Mami? It’s not the same. It’s not my fault that we’re both blonde. But aside from that, first of all, Austin looks nothing like Dirty Dom. Austin showers. Austin gets a haircut. Austin is a beautiful man,” she added.

Maxxine Dupri: Club Life, Villain Eras, & Cougars | The Nikki & Brie Show

Dominik Mysterio reacted to WWE’s newest on-screen couple.

For a number of weeks, Austin Theory was seen backstage talking with Maxxine Dupri, with fans questioning what the story was about. Then, a couple of weeks ago, they had their answers when Maxxine officially joined The Vision.

On Instagram, Theory made a post about being with Maxxine and drew the attention of Dominik Mysterio.

In the comment section, The Judgment Day member shared a GIF that said, “There goes MY HERO.” Theory and Dom are good friends off-screen and are often spotted working out together.


If you use quotes from this article, please credit The Nikki & Brie Show and give an H/T to Sportskeeda Wrestling for the transcription.

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-did-forget-mami-female-wwe-star-buries-dominik-mysterio?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