”
], { 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);
});
});
})();
Embracing her destructive side, the former Divas and WWE Women’s Champion posted an image of herself flipping the camera off.
“Almost ten years since I was a champion. A lot of things have changed since then, most of all — me. Natalya elevates. Nattie decimates. #wweraw”
This week’s RAW episode saw her unleashing her dangerous side against two other veterans, Bayley and Asuka. Despite her efforts, the Queen of Harts failed to qualify for the Elimination Chamber, as The Role Model tapped out to the Japanese wrestler’s Asuka Lock.
Nattie was attacked on WWE RAW
Following the match, Nattie was about to exit the arena, with her back turned to the entrance as she glared at Asuka, who was celebrating her win. Just then, Maxxine Dupri entered the scene and attacked the Lowkey Legend.
The former Women’s Intercontinental Champion slammed Nattie into a screen displaying the graphics of wrestlers, before a team of WWE referees controlled the situation. In a rare show of efficacy, the officials were able to successfully stop a brawl from starting.
Later in the show, Dupri appeared for an interview with Cathy Kelley. The Alpha Academy member noted that she was done being backstabbed and now she won’t stop till she breaks Nattie’s ankles.
Notably, Dupri is the former protege of Natalya, and was training under her for several months at The Hart Dungeon to improve and win her first title in the company. However, she later lost the Women’s Intercontinental Championship back to Becky Lynch, which triggered Natalya to turn heel and become Nattie.
The destructive persona cost Dupri her title rematch, and the two have been locked in a feud ever since. It would be interesting to see who emerges as the winner of this rivalry.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-after-aj-lee-another-former-wwe-champion-says-talks-change-women-s-division-last-decade?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


