”
], { 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 his 83 Weeks podcast, Bischoff said he respects the OTC1 a lot and his opinion of his in-ring character has nothing to do with the respect he has for him.
However, Bischoff said he is bored with him since there is nothing fresh from his character.
“I’m bored with him. I don’t see anything new from him. I don’t see a character evolving…We’re not seeing any evolution. We’re seeing maintenance, and it’s good. It’s definitely working from a financial perspective, so there’s nothing wrong with it. There’s just nothing compelling about it,” he said.
Bischoff compared Roman Reigns’ character work to Ric Flair, saying the Nature Boy wrestled the same match always and didn’t have to change.
“Ric’s character never changed. Didn’t have to. And I think that’s where Roman is. But that doesn’t mean that he’s number one, not valuable, and number two, it doesn’t mean that I can’t be bored with it. Those two things are not mutually exclusive,” he added.
Eric Bischoff warns WWE about Roman Reigns and The Bloodline
During a session on his podcast last week, Eric Bischoff shared his view on the Bloodline storyline taking center stage once again.
Bischoff praised the original story, which had the fans hooked, but warned WWE of making the same mistake he did with the nWo.
He said the nWo was diluted when they added many members and had smaller groups emerge from it. Bischoff said WWE needs to come up with fresh ideas for The Bloodline and not ride it till it dies.
The former WCW president said that if the company did this, the fans won’t remember Roman Reigns and his faction too fondly down the line.
If you use quotes from this article, please credit 83 Weeks with Eric Bischoff 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-i-m-bored-roman-reigns-wwe-character-isn-t-compelling-says-hall-famer?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













