], { 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 lack of progression in the storyline has irked the fans, with many stating that Johnny Gargano, along with his wife Candice LeRae, needs to leave WWE. Some also believe that the couple are on their way out of the company, and hence are not being booked properly.

Embedded below are a few of the many fans’ reactions:

@reigns_era Just let him go at this point, at least he can work somewhere else.

@reigns_era Bro should just leave and go join up with his buddy in AEW

@reigns_era Honestly, they should just release him and Candice so that they can go to AEW.

@reigns_era They have no plans for him till his contract runs out

@reigns_era They should just request their release and go to AEW

In addition to Johnny Gargano’s bizarre booking, Candice LeRae has also not been given much to work with in the last several months. The 40-year-old’s last outing to the squared circle came in February, where she lost to Jordynne Grace in under five minutes.


Johnny Gargano could be getting a new role in WWE

Johnny Gargano has been a part of WWE for over a decade. While he was one of the most prominent stars during his time on NXT, his booking on the main roster has been very inconsistent. His recent direction has become one of the biggest talking points in the wrestling world, as many believe he is on his way out of the company.

Amid all the uncertainty about his future, Gargano recently appeared at WWE LFG as a guest coach. The former NXT Champion was not in his SmackDown character and woke up from his slumber. However, things went back to the old ways on the past SmackDown, where Johnny Wrestling was once again seen lying face down.

It is still very much unclear what Triple H and Co. have planned for Johnny Gargano’s current character. However, fans’ patience is running out, given that the former NXT Champion has been in the same spot since the start of the year.

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-just-let-go-they-just-release-him-fans-devastated-wwe-s-booking-38-year-old-star?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