], { 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);
});
});
})();

The match was filled with shenanigans, as Johnny Gargano, Candice LeRae, and Kevin Owens made their presence felt during the main event. KO, who was robbed of a potential title win in Canada a few weeks ago, stormed the ring in hopes of getting his revenge.

Unfortunately, The Prizefighter inadvertently took out The Best in the World with the Undisputed WWE Title after The Great Liberator ducked out of the way.

Sami Zayn used the distraction to hit Kevin Owens with a low blow and knocked CM Punk’s head off with a Helluva Kick to become a two-time Undisputed WWE Champion.

The Straight Edge Superstar’s 67-day reign came to an end, which took everyone by surprise, since the USA Network reportedly wanted him to be the champion on their brand.

According to Wrestling Observer Radio, the decision to put the title back on Sami Zayn was for storyline purposes. However, some people backstage were against the idea, but they did it anyway.

“With the Sami Zayn thing, the basic gist was they have a storyline that will make sense when you look back on it, is what I was told. When it’s all said and done this will all make sense. There was certainly people who were against it but they did it. And that was that.” (H/T – Cultaholic)


Did CM Punk go off-script on WWE SmackDown?

During a backstage interview with Cathy Kelley moments before his title defense, CM Punk dropped the “j*rking it” line while talking about Sami Zayn’s previous title reign.

Fightful Select learned that the Chicago native’s NSFW jab was not listed on the internal rundown, which probably means he went off-script.

In fact, Netflix has now beeped out the swear word. There’s no word yet on whether CM Punk has got backstage heat over this.

The Second City Saint would want his rematch as soon as Worlds Collide, which takes place in his hometown of Chicago.

Why did you not like this content?


`;
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/rumor-breaking-real-reason-wwe-took-undisputed-championship-off-cm-punk-backstage-unrest-over-title-change-report?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

Leave A Reply

Exit mobile version