”
], { 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);
});
});
})();
“Hey man! I know you got me to sign this ‘Dirty Dom’ card, but you got to get into a different shirt. No more. You can’t come up to me with those CM Punk merch on. Alright? Anything… I’ll take Penta, anything else, but CM Punk. You promise me on that.” Dominik Mysterio said.
Dominik Mysterio still gave the kid an autograph, but he made the young fan to promise that next time he would not be wearing any Punk merchandise during the next Meet & Greet.
When Will CM Punk Defend His WWE Undisputed Title?
A couple of weeks ago, on Night 1 of the SummerSlam Premium Live Event, the Second City Saint managed to retain his championship against the American Nightmare, Cody Rhodes.
The following night, a new number one contender for Punk’s title was determined. It was none other than a returning Kevin Owens. On the following episode of SmackDown, Owens confronted the Second City Saint and promised that he would be the one to dethrone Punk.
Following the war of words, Kevin Owens ran into SmackDown General Manager Nick Aldis backstage and named the date and place when he wanted to challenge CM Punk for the Undisputed title. Owens demanded that he wanted to wrestle the self-proclaimed Best in the World in his home country, Canada.
WWE is prepping for its Canada tour, and as part of that tour, an episode of SmackDown is set to take place in Toronto, Canada. It will take place on the 21st of August. Thus, Owens will be challenging Punk on that episode of SmackDown.
Do you think Kevin Owens can dethrone Punk?
`;
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-former-wwe-champion-demands-young-fan-stop-wearing-cm-punk-merchandise?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













