”
], { 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);
});
});
})();
Styles commented, making it clear that he believes there’s another reason behind this.
“Yep, he might be a vampire.” he wrote.
Finn Balor is only five years younger than AJ Styles, but it’s clear that he still has many years left in his wrestling career. Balor is just 44 years old, but he is someone who has always looked so much younger.
AJ Styles is 49 and has now decided to hang up his wrestling boots and taken his place in the WWE Hall of Fame. Balor could go in the same direction, but given the shape that he is in, it’s unlikely that he will be walking away from the ring in the next few years.
Balor recently got out of The Judgment Day and is now looking to kickstart his career on SmackDown, where he’s a face.
AJ Styles was an icon in WWE SmackDown
Balor has already debuted on SmackDown since making the move, as part of the King of the Ring tournament last week. Balor came up short to Jey Uso, who will face Je’Von Evans in the semi-final of the tournament tonight.
It’s unclear what Balor’s direction on SmackDown will be since he’s no longer in the tournament, but it seems that he could be looking to link back up with the old Judgment Day.
Damian Priest and Rhea Ripley are on SmackDown, but the latter is out injured, which means that Balor and Priest could cross paths on tonight’s show, and it could be revealed if the two men are on the same page now that they are both faces.
There was a social media interaction between the three stars, which made this link-up inevitable, but it will be interesting to see what happens.
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-aj-styles-claims-current-wwe-star-vampire?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


