”
], { 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);
});
});
})();
To determine the contenders for the fatal five-way match, qualifying matches are being held on SmackDown. By far, Tiffany Stratton and Jade Cargill have qualified, winning their entry matches on the blue brand.
In a shocking turn of events, former WWE Women’s Intercontinental Champion AJ Lee may make her return to television for the first time since losing the Women’s IC title to Becky Lynch and enter the race to capture the Interim Women’s Championship.
The Friday Night SmackDown General Manager may add her to the qualifying match, which she could win, punching her ticket to SummerSlam. The Black Widow being added to the match would add more star power to the Biggest Party of the Summer.
That said, the angles proposed above are speculative, and nothing has been confirmed.
AJ Lee opened up on leaving WWE
In the third season of Netflix’s exclusive “Unreal,” AJ Lee focused on her 2015 departure and revealed the reason why she left. She said her husband, CM Punk, left the company a year prior, and she stepped away for her mental health.
Here’s what she said:
“In the last year of my career, so much was happening inside the company, outside of the company, with my husband and the company, my physical health, my mental health, that it just was this perfect storm of… I’m not okay right now. I felt like I hit every single milestone on my 10 year wishlist of dreams. I did everything. But the tension, the fans, none of that means sh*t if you’re not alive to enjoy it,” she said. (H/T: WrestlePurists)
That said, it will be interesting to see whether Lee returns to WWE and gets herself added to the SmackDown women’s division.
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/wwe-legend-return-97-days-challenge-world-title-summerslam-smackdown-possibility-explored?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




