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

After weeks of assaulting each other verbally, the two former ROH World Champions faced each other for the first time on last week’s SmackDown. However, the match didn’t have a clean ending due to interference from Zayn which led to Punk retaining. Following the chaotic ending to their match last week, Punk and Owens had an interaction that turned violent on the tapings for this week’s SmackDown.

In a video posted online by Haroon Twins, Kevin Owens and CM Punk can be seen throwing hands at each other. The Best in the World even threw the Championship on Owens before attacking him. The SmackDown General Manager Nick Aldis can be seen trying to separate both stars and end the ringside brawl alongside other officials.

It’s clear that the feud between Punk and Owens is far from over and fans are excited to see more of it in the coming weeks.

CM Punk revealed the reason behind his recent NXT appearance

CM Punk recently competed at several NXT live events that took place throughout this month. It is very unusual for the reigning Undisputed WWE Champion to compete at NXT house shows like this. WWE posted a vlog about this where Punk revealed the reason behind his recent NXT appearances.

“There’s a very selfish motivation for me being here. I want to stay ready. Yes, I’m the champion. Yes, I wrestle on television. But to me, I don’t wrestle often enough. I need more reps. I think I’m better the more often I wrestle. There is an element of giving back though, obviously. I have great respect for this business, and I’m just following in the footsteps of the people who came before me. Hopefully somebody watches and learns and observes from me and they can pay it forward when they have the opportunity to do so,” he said. (H/T: WrestlingHeadlines)

It is great to see CM Punk try and compete in as many matches as he can. It is not very common among modern day WWE stars.

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/news-smackdown-spoiler-inseparable-cm-punk-kevin-owens-brawl-in-unseen-footage?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