], { 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);
});
});
})();

“The rumors are true. I am coming out of retirement to manage the debuting Victor Vernacular! Unfortunately, negotiations with Joe Gabushki fell apart. @HeymanHustle” wrote Armando.

Estrada rose to prominence during the mid-2000s as the outspoken manager of Umaga. With a thick Cuban accent, he had the right amount of charisma and arrogance for a heel star. He also served as General Manager of the ECW brand, which is how his connection with Heyman comes from.

WWE legend Paul Heyman’s response to Armando Estrada

Paul Heyman, in the few hours of Armando Estrada posting that out-of-retirement post on X, had a response. Now that he has seen, Armando is taking his turn writing about his potential comeback. Paul also contributed to the buzz. He wrote, in absolute kayfabe and fun, that he voted for him for the dictatorship of Los Kentuckos.

“Just for the record, I voted for you to become Dictator of Los Kentuckos!” wrote Heyman.

Heyman is currently on WWE RAW managing The Vision, which is reduced to two active performers now. Logan Paul has been out since last month due to his tricep injury, while Bronson Reed has been out since February due to his bicep injury. Bron Breakker and Austin Theory are in better shape and were just the World Tag Team Champions until this past Monday.

Breakker has to face Seth Rollins in a Steel Cage match at Night of Champions this weekend. Most likely, Paul would have a role to play in this bout, if he has recovered from the spear, as Bron needs this win more than ever, coming from straight losses in singles matches.

Why did you not like this content?


`;
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-the-rumors-true-i-m-coming-retirement-wwe-legend-drops-bombshell-announcement?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

Leave A Reply

Exit mobile version