”
], { 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);
});
});
})();
Maxxine Dupri showed up during the match and helped The Vision capture the titles. After the match, Dupri shared a moment with Theory, and a fan shared a new angle of their interaction today on social media. You can check it out in the Instagram post below.
Maxxine Dupri was previously aligned with Akira Tozawa and Otis in the Alpha Academy faction. However, Otis and Tozawa were shown watching Dupri drive away with The Vision during last night’s show, and both stars appeared to be quite sad. Logan Paul used to be Austin Theory’s tag team partner, but The Maverick is currently out of action due to a torn triceps.
Maxxine Dupri wants to capture major WWE title again
WWE RAW star Maxxine Dupri shared that she wanted to win the Women’s Intercontinental Championship again.
In an interview with Denise Salcedo, Dupri revealed that she was hoping to capture the Women’s Intercontinental Championship again someday. She defeated Becky Lynch last year to capture the title.
“I am so eager to be a consistent fighter in the women’s division. I want to be going after those titles. I want to be a two-time women’s Intercontinental Champion. If Liv needs someone, I’m ready to step in the ring. I want to be consistently in that ring continuing to grow, continuing to push myself, and continuing to put myself in the deep end where I know I’m going to face challenges, but I think the only way for me to continue to grow and evolve is by literally jumping into the deep end,” she said. (H/T: Ringside News)
Only time will tell what the future holds for the 29-year-old in The Vision on WWE RAW.
`;
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-watch-new-angle-shocking-heel-turn-wwe-raw?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













