”
], { 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);
});
});
})();
On a recent episode of Jim Cornette’s Drive Thru, the veteran manager noted that WWE was building up The Vision members Logan Paul and Austin Theory. He suggested that booking the tag team champions with some in-ring veterans like CM Punk and LA Knight would lead to a huge tag team match. Cornette felt that Punk and Kniight could lead the young tag team put on a wrestling classic.
“And I think that probably Logan Paul and Austin Theory against two babyfaces that were in the business before the WWE, to go what we were talking with earlier, or talking about earlier, would be a great match. Because they, Logan Paul can do the sh*t. Theory, I’m pretty sure knows it already, against like L.A. Knight and Punk. They could have just a tag match that would tear the f*cking house down. Because they wouldn’t just be doing WWE style sh*t, they’d be doing wrestling.”
Real reason CM Punk has been away from WWE
Following his WrestleMania match against Roman Reigns, CM Punk has disappeared and not been seen on Monday Night Raw. This was despite the star saying that he would not take a vacation or time off after WrestleMania.
Popular wrestling platform Fightful Select recently reported on the Punk situation in their Q&A. The report suggested that Punk’s absence was due to some scheduling changes within WWE. It further added that there have been quite a few creative changes since WrestleMania and the star was also probably not aware of the changes to his schedule.
While using the quotes, 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-books-cm-punk-in-huge-tag-team-dream-match-tear-the-f-cking-house-down?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













