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

“Sexy BJ Ray” came to the defense of AJ Styles’ son, Avery

To give you a quick recap, Avery, the son of WWE Hall of Famer AJ Styles, was called out by wrestler Arik Cannon for not setting up the ring or helping with the ring setup before a GCW event. Styles responded by saying that Avery’s job wasn’t to set up the ring and called Arik Cannon jealous. Naturally, this led to a lot of criticism heading Cannon’s way.

Former WWE superstar AJ Francis fka Top Dolla said that while he participated in assembling the ring in his NXT days, he was never told to do so and has never done so on the independent scene, and nobody has ever told him anything about it.

An unlikely name came to AJ Styles’ son, Avery’s, defense. It was former WWE star Sexy BJ Ray. If you haven’t heard that name, that’s alright, because he didn’t make it too far. However, he gave what many felt was a reasonable take. For those who can’t access the tweet above, this is what he said:

“The problem is the pro-wrestling industry is full of insecure children. It’s definitely a weird industry, where nerds that got picked on can “build a bear workshop” themselves and pretend they are something they are not. This whole “pay your dues” is the stupidest thing I’ve ever heard. I’m professional, hire me for a job, I do my job. It’s just a bunch of insecure weirdos who want to feel better about their suffering and struggles so they want people to have to do it to. Just a childish way of thinking”

This highlights the change in ways in the “old school” wrestling mentality, as a wrestler calling out a youngster for not fulfilling vague duties would have been frowned upon back in the day.

However, things are changing in the industry, and many are welcoming such changes with a positive response.

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-unlikely-superstar-comes-defense-aj-styles-son-recent-controversy?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