”
], { 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);
});
});
})();
Earlier today, Kofi Kingston took to X (fka Twitter) to accuse the referee, Eddie Orengo, of being biased towards the World Tag Team Champions. The 44-year-old claimed that Orengo ruined their title match because he had been a lifelong fan of AJ Styles and Dragon Lee. He posted pictures from the past to support his claim.
“‘Ref’ Orengo ruined our title match bc he is a lifelong AJ Styles & Dragon Lee FAN! These pics are from HIS OWN IG PAGE! Too-Sweeting AJ mid match?! Marking out for AJ in ‘14?! Throwing up gang signs with Dragon Lee in ‘13?! DISGUSTING, EGREGIOUS & BLATANTLY BIASED OFFICIATING!” Kingston wrote.
You can check out the tweet below:
After defeating Kofi Kingston and Xavier Woods, AJ Styles and Dragon Lee are ready to face the next challenge
After the win on RAW, AJ Styles and Dragon Lee appear to have moved past The New Day for the time being. The duo will be fighting champions and put their titles on the line again next week.
Later on the show, Styles and Lee spoke to Adam Pearce in a backstage segment. The Phenomenal One stated that they wanted to defend the gold against The War Raiders. The RAW General Manager wasted no time and announced the championship match for next week’s edition of the red brand show.
It will be intriguing to see if The New Day can somehow sneak their way back into the title picture.
`;
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-kofi-kingston-drops-major-accusation-following-raw-title-match-loss?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













