”
], { 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);
});
});
})();
“I’ll say the controversial answer now. I would like to see more people be a little more serious about things. Instead of being happy to be here, I would like more feedback given to people coming through the curtain instead of just, ‘Yep, it’s fine.’ Some people chase the hug. They come back and they’re just like, ‘How was it?’ They want to be told,” he said. (Ringside News)
You can check out the entire interview in the video below:
Cody Rhodes was supposed to challenge Sami Zayn for the Undisputed WWE Championship last week on RAW. However, Gunther attacked The American Nightmare during the opening segment of the show, and Rhodes was ruled out of the match.
CM Punk returned as Cody Rhodes’ replacement and captured the title from Sami Zayn in the main event of last week’s episode of the red brand. Punk is scheduled to defend the title against Rhodes at SummerSlam next month.
WWE legend wants to see CM Punk turn heel
Wrestling veteran JBL recently shared that he wanted to see CM Punk turn heel on WWE TV.
Speaking on Something to Wrestle, the Hall of Famer noted that Punk was a good babyface, but he preferred him as a heel. JBL also suggested that he hated every babyface in the professional wrestling business.
“I prefer Punk as a heel. I think he’s a great heel. I think he’s a good babyface, too, but I think he’s a great heel. … I like CM Punk, and I like him as a babyface. I just don’t like babyfaces. I hate them all. I really do. I think he’d be a great heel, and I love him as a heel,” he said. (H/T: Fightful)
It will be interesting to see if Punk can defeat Rhodes at WWE SummerSlam to retain the title.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-cm-punk-calls-wwe-locker-room-one-specific-reason?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



