”
], { 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);
});
});
})();
“Bray and I had worked for a number of years on trying to do a sit-down interview. It would be like Michael Cole interviewing Charles Manson in prison. If you’ve ever gone back and watched some of the old videotapes of interviews that have been done with Manson in prison, it was a really intriguing idea by Bray,” he said.
Cole added that the idea never came to fruition, but he thought it would have been something that helped Wyatt’s WWE career.
“I thought that would have really, especially if it was a multi part interview series, I think that would have really helped Bray bring out that character even more. And we could see that real sick sadistic side of that Bray Wyatt character. Everything he touched was gold guys. Just an incredible guy. A guy that is missed every single day by everybody in our company. Man I still wish he was here,” he added. (H/T: Cory Hays)
You can check out the interview in the video below:
Bray Wyatt tragically passed away on August 23, 2023, due to a heart attack.
WWE veteran discusses working with Bray Wyatt
WWE legend Bruce Pritchard recently opened up about working with Bray Wyatt behind the scenes.
Speaking on Something to Wrestle, Pritchard stated that Wyatt was extremely creative, but that sometimes made him difficult to work with. However, Pritchard also shared that he loved the challenge.
“Bray was challenging. I loved it. Very challenging, man, creative, beyond creative. A guy whose mind was somewhere else all the time, and very challenging and just so much fun, because you could get out there on that plane with him, and then you just started. The absurdity of it all made it so easy, but difficult at the same time, because you’re trying to explain to someone that, no, this isn’t real. We’re in his mind. Nobody else can do that,” he said.
Bray Wyatt’s last televised match was his victory over LA Knight at WWE Royal Rumble 2023.
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-michael-cole-reveals-major-bray-wyatt-idea-dropped?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



