”
], { 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);
});
});
})();
Recently, Bishop Dyer, formerly known as Baron Corbin, spoke about his friendship with the late wrestler. He revealed details of the final conversation between the two.
Dyer mentioned that Bray sent him a voice memo since he hadn’t replied in a couple of days. The Eater of the Worlds told him that he was busy with ideas for his character.
“I looked back, and I still have the last message that was sent between us. He sent a voice memo because he hadn’t replied in a couple of days, and I was texting with him, and he’s like, ‘Sorry dude, I’ve been in the woods just finding new stuff for the character,'” he said.
Dyer mentioned that the former WWE Champion was like that and he would always come up with ideas to develop his character further and make it more believable. He said that Bray was a definition of a creative mind.
“He was always changing, and the promos, and the stories he would tell. He is the true definition of a creative mind with an amazing character and just kind of letting him be him.”
Infamous WWE match bothered Bray Wyatt
Bray Wyatt has been part of some unique matches in WWE history. While many of his bouts are fondly remembered, his infamous Hell in a Cell match against Seth Rollins in 2019 was a forgettable encounter.
Bray wrestled as The Fiend inside the cell, and the arena was swathed with red lighting. Moreover, the match ended with a referee stoppage after Rollins smashed The Fiend’s head with a sledgehammer.
The match was heavily criticized and not well received by the fans. In an interview on the My Mom’s Basement podcast, Rollins said the reception of the match really bothered Bray Wyatt.
He said the late star wanted to work with him again so that they would be able to show the fans what they could deliver.
If you use quotes from this article, please credit Off The Ropes and give an H/T to Sportskeeda Wrestling 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-sorry-ex-wwe-star-reveals-bray-wyatt-s-last-message?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













