”
], { 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);
});
});
})();
“Growing up, I watched AJ Lee. I loved watching AJ Lee. She was one of my favorites, for sure. I thought she was amazing at what she did, especially for the size that she is. She’s scrappy, she doesn’t give up, and I liked that fire inside of her that I know she has. Seeing her come back and tag with her husband, CM Punk, against Seth Rollins and Becky Lynch, I could see that fire was still there,” she said.
The 29-year-old complimented AJ Lee on her career accomplishments and shared that she wanted her on the WarGames team because she is scrappy.
“She really wasn’t set up to accomplish that much, but she fought and she scratched and she clawed and she was determined and she got to the point that she got to. And that’s what I want to see. And I know that it’s there. And that’s why I want her on my team. I want that scrappy. I want that fight,” she added. [H/T: WrestlePurists]
Rhea Ripley, AJ Lee, IYO SKY, Alexa Bliss, and Charlotte Flair will be facing The Kabuki Warriors, Nia Jax, Lash Legend, and Becky Lynch in the Women’s WarGames match this weekend.
Former WWE writer comments on Rhea Ripley’s character
Wrestling veteran Vince Russo recently shared his thoughts on Rhea Ripley’s character in WWE.
Speaking on Writing with Russo, the legend complained about the characters in the promotion not having layers. He named Rhea Ripley and WWE SmackDown star Damian Priest as examples and noted that the stars needed to have depth to their characters for there to be good storytelling.
“Who is Rhea Ripley? Who is Damian Priest? That is across the board. There are no layers to these characters. That’s the beautiful thing – when characters have layers, you put them together and you can tell the best story. If everybody is just a wrestler, you’re getting wrestling. That’s it!”
It will be interesting to see which team emerges victorious in the Women’s WarGames match at WWE Survivor Series.
`;
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-rhea-ripley-reveals-real-reason-wants-aj-lee-wargames-team?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













