Canadian passenger Dan So, 41, filmed people around him frantically trying to stand as objects fell and shattered around them as Royal Caribbean’s Explorer of the Seas capsized violently during a storm off its coast of Africa last week – with objects around them smashing to the ground.
“It was like the Titanic,” So told Kennedy News and Media, seeing “people screaming and glasses breaking.”
“I thought this could be the end and the ship would go into the water,” he added of the alarming “45 degree” tilt.
“I took out my mobile phone and texted my colleagues, telling them I don’t know what’s going to happen and to be careful. I was writing my last message, thinking I was going to die,” added the 41-year-old, who was traveling on a cruise ship for the first time in his life.
One passenger was reportedly injured during the bad weather as passengers were taken to their rooms for an hour for necessary checks to be carried out.
The ship made an unscheduled stop in Las Palmas to help the injured passenger before continuing on its way, the company said.
A cruise ship tilted 45 degrees in the Atlantic ocean causing chaos on board pic.twitter.com/97LcAMQ5L9
— Daily Loud (@DailyLoud) November 11, 2024
Melania Trump: Not moving to the White House – “This time it will be different”
Black Friday: What consumers should watch out for
Brazil: Man strapped with explosives detonates outside Supreme Court
Kostas Martakis: “When I entered, some people told me to undress”
#Horror #Storm #hits #cruise #ship #forces #list #degrees #Titanic #video
It looks like you have a JavaScript snippet that handles the loading of various advertising and analytics scripts depending on the presence of certain elements on the page. The snippet includes functionality for Google AdSense, OneSignal for push notifications, Disqus for comments, and possibly other ad networks like Phaistos Adman, Taboola, and Glomex.
Here's an overview of what different parts of the snippet do:
1. **Removing Mobile AdSense**: The code attempts to remove all `.adsbygoogle` elements under `.adsense-for-mobile` using `remove()`.
2. **Handling AdSense Slots**: It obtains the number of AdSense slots and seems to be preparing to load them conditionally, potentially in a `forEach()` loop.
3. **OneSignal Initialization**: Initializes OneSignal with a given app ID for push notification functionality.
4. **Disqus Configuration**: Configures Disqus comments for the page with a unique identifier and prepares to load it with a timeout.
5. **CleverCore (Commented Out)**: There's a commented-out section for loading CleverCore, which appears to be an advertising script.
6. **More Ad Loading and Timeout Handling**: There are a number of `asyncLoadScript` calls that seem to be commented out or incomplete, indicating that the script is likely still under development or subject to further modification.
7. **Condition-based Loading for Other Ad Services**: The code includes checks for other services like Glomex and Dalecta, scheduling their loading based on certain conditions.
To make this JavaScript code functional and cleaner, you might want to:
- Complete the `asyncLoadScript()` function calls with actual URLs or identifiers.
- Ensure that configuration and initialization functions (like for Disqus and OneSignal) are correctly defined.
- Handle any necessary error checking for loading external scripts.
- Consider adding comments throughout to clarify the purpose of each section for future reference.
If you need further assistance, such as cleaning up or extending this code, please provide more details on what you're looking to achieve!