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

Recently, a fan shared a photo of a truck carrying a large “We the Ones” hand prop to the Rumble venue. There is a possibility that World Wrestling Entertainment may be planning a special entrance for the Tribal Chief upon his return.

Check out the fan’s post below:

That said, the fan’s photo shared above is speculative, and nothing has been officially confirmed yet.


WWE legend goes off on Roman Reigns

Speaking in an interview with Inside the Ropes, Hall of Famer Jake “the Snake” Roberts went off on Roman Reigns, expressing that he thinks Reigns has gotten a little fat and has grown “Lazy.”

“I just don’t like Roman with what he does out there. I think that he has better stuff in him. I think maybe he got a little fat. He got a little lazy, you know, sometimes when you’re given so much, you quit producing and I feel like either that or he just needed better writers. Maybe that was it. I feel I forget that today that you don’t think about your sh**t. They write everything for you. I couldn’t wrestle today because I’d be going crazy. I want to do my interviews man. I don’t want nobody else writing s**t for me. Nobody knows Jake like Jake.”

It will be interesting to see what plans Triple and the WWE creative team may have for Reigns’ return in the coming weeks.