”
], { 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);
});
});
})();
“You think I would sucker punch someone?! Do you THINK I would hit a defenseless person?! NOOOO! I AM SOPHISTICATION, I AM CLASS!!! I am a TRUE CHAMPION AND I WOULDN’T STOOP THAT LOW! I AM SMARTER THAN YOU AJ. YOU CAN’T TRICK ME, NOBODY CAN!!! GET ME OUT OF MEMPHIS NOW!!!”
Notably, AJ Lee had said that if Lynch wanted, the two of them could throw hands without waiting for the Elimination Chamber. She also offered The Man to take the first shot at her, but Lynch refused, saying she doesn’t want AJ to make any excuses later for their EC match.
AJ Lee talked about her gift to WWE
During her promo this week, AJ Lee said she built the Divas Championship in WWE. She also added that the Women’s Division of the company is divided into two parts: the one before her and the one after her.
She told the fans that she was the bifurcating factor in between, which was her gift to the Stamford-based promotion. While making these claims, The Black Widow also said that she wasn’t going to pretend to be humble because she knew exactly who she was.
Firing shots at Becky Lynch, AJ had said that The Man couldn’t catch up to her despite having a ten-year head start. In response, the Irishwoman noted that she was here in WWE winning world titles while Lee was busy writing comic books. It would be interesting to see who exits the Elimination Chamber as the Women’s Intercontinental Champion.
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-wouldn-t-stoop-that-low-becky-lynch-fires-back-aj-lee-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


