”
], { 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);
});
});
})();
Tonight, in a WWE Evolve Championship match that was decided last week, Aaron Rourke faced Harlem Lewis. In an ending that no one saw coming, Rourke lost the bout that he himself had helped set up in the first place, giving his ally a title shot.
As a result, Lewis is now the new Evolve Champion, and Rourke has lost his belt after months holding it. Rourke had successfully defended it numerous times, but now he will have to find a way to move forward without it.
Last week, Harlem Lewis faced Braxton Cole in a No Disqualification match. The bout saw both stars give everything in the ring, using baking sheets, a cane, a belt, a tennis racket, a pool cue, a mop, and more to hit each other. While the racket was a callback to Jim Cornette and appeared after a long time, the stars had a variety of weapons at their disposal, but in the end, it was the mop that Lewis used to gain an advantage and hit his finisher to get the win.
This then led to the WWE Evolve Champion, Aaron Rourke, making his way out to congratulate Lewis on the win. In a move that he’s now sure to regret, he then offered Lewis, who has helped him over the last few weeks, a title shot. He said that he’d speak to the General Manager and ensure that Lewis would face him for the title next week.
Now that the match is over and Lewis is the new champion, it remains to be seen whether he will grant Rourke a rematch for the belt.
`;
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-breaking-new-wwe-champion-suddenly-crowned-in-shock-title-change?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













