”
], { 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);
});
});
})();
This week on Evolve, Kali Armstrong competed in her final match against Tyra Mae Steele and won. Following the match, she got on the mic and bid farewell to the promotion as she makes her way to NXT.
“Hey man, it’s been real. Kali Armstrong was born here. I showed everybody that the Difference Maker ain’t the one to play with. I carried this brand on my back all this time. I carried this brand on my back even when the women’s division was trying to figure out who was this next person that’s going to step up and be the next top star. I made history. Kali Armstrong will forever go down as the first ever Evolve Women’s champion in the record books. And can’t nobody take that from me. I built this place. But now it’s time I let others live in it. Now I’m on my way to NXT to make history up there. But just know, it’s all gas, no brakes till I get mine. Straight like that.”
Tristan Angels also made his WWE NXT debut this week
This week on WWE NXT, Myles Borne successfully defended his North American Championship against Saquon Shugars of Darkstate. However, his celebration was cut short by a debutant.
Following the match, Tristan Angels appeared in the crowd and announced his arrival in NXT.
“Congratulations on another successful title defense champ. It truly is very impressive. Now, if you would allow me to introduce myself, I am Mr. England, Tristan Angels. Order! Order! But do not let my looks have you fooled, for I am here as a courtesy to let you and all these people know that you will be seeing much, much more of Tristan Angels in NXT from here on out.”
It remains to be seen if these new NXT stars will be able to make a lasting impact.
`;
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-female-wwe-star-wins-final-match-suddenly-bids-goodbye?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













