”
], { 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);
});
});
})();
Speaking on INSIGHT with Chris Van Vliet, Paul Heyman explained that Shane McMahon was willing to purchase ECW. He said:
“Shane wanted to buy it,” Heyman said. “So Shane wanted to buy ECW and run it on its own. Vince said ‘It’s easier to let it go into bankruptcy and we get Heyman.’ Shane still pushed and pushed…Vince found it more valuable to have me. As Vince would say ‘I’d rather have Paul Heyman in the castle p****** out than out of the castle p****** in.”
You can check out his comments below:
A former WWE star recently praised Paul Heyman
Heyman’s contributions to rising talent behind the scenes cannot be understated, according to Killer Kross (fka Karrion Kross).
Speaking on Crazy Train Radio, Kross stated that he was happy to have met Heyman. He further explained that Heyman was very direct in his conversations:
“Paul Heyman was somebody that I met and I’m very, very glad that I did get to meet him. I don’t have expectations on people when I’m meeting them. I think that’s unfair to them. But if I had expectations when I was meeting Paul, he definitely would have exceeded them. Like he’s a wonderful guy. He’s a straight shooter. He’ll tell you what’s up, and if he doesn’t tell you what’s up, he probably knows you’re no good.”
Heyman’s future is reportedly under discussion, considering The Vision may break up soon. It remains to be seen what is next for him down the line.
If you use any quotes from the first half of the article, please credit the source and give an H/T to Sportskeeda for the transcription.
`;
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-paul-heyman-discloses-surprising-disagreement-vince-mcmahon-shane-mcmahon?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













