”
], { 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);
});
});
})();
During a recent episode of Jim Cornette’s Drive Thru, the veteran manager noted that Punk didn’t really have too much material and had to create excitement for the matches on his own. He pointed out that the best part of the promo was when Punk said that he might punch Roman the next time the two stars are in the ring together. Cornette detailed that there was no new piece of information revealed during the entire segment.
“You could tell really he had to make up his own. He tied Finn Balor and Roman Reigns in with the motif of he doesn’t like what ifs, well, what if this guy, what if that guy, blah, blah, blah. But he was just trying to sell these matches, which he did, finished with a mic toss, he’s the best in the world, his name’s CM Punk. The best thing is Roman Reigns is going to be there next Monday in Indianapolis and he might just punch him in his stupid f*cking face. But there was no captivating new ground broken here besides selling what was already going on. And there’s a place for that. But on this show, it’s starting to get a little dreary.”
CM Punk admitted the tricky situation
During a recent interview, CM Punk admitted that he was in a tricky situation with Finn Balor. He felt it was a tough spot for the Judgment Day member to be in because fans were looking past him at the WrestleMania matchup between Punk and Roman Reigns.
The Straightedge star added that he was facing Balor under very different circumstances this week. He pointed out that their match could have major implications on the WrestleMania main event and these heightened stakes would push everyone to perform better.
While using the quote, please add an H/T to Sportskeeda for the transcript.
`;
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-wwe-veteran-makes-bold-claim-cm-punk-s-raw-promo-points-finger-wwe-creative?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













