Urgent.News

the world's headlines, one feed

Editions

Tech

How to stop videos autoplaying on X

How to stop videos from autoplaying on X when there's disturbing or violent content going viral.

How to stop videos autoplaying on X

To prevent videos from automatically playing on X, a process that takes only a minute is required. This action is necessary for those who wish to avoid triggering disturbing social media content, particularly when the news feeds are filled with violent or distressing material.

Firstly, open the app or access the website. On desktop, look for "More" and on a smartphone, navigate directly to the settings.

Next, proceed to "Settings and privacy," which serves as the core menu for adjusting various aspects of your X experience. Afterward, move to "Accessibility, display and languages," a subsection containing settings that impact how content is displayed and utilized on the platform.

Once inside "Data Usage," locate and click "Autoplay." From there, choose "Never." This action ensures that no video content will play automatically, curbing the potential for exposure to unwanted or upsetting material.

It's important to remember, however, that this setting only affects autoplay behavior. Videos can still be displayed, and disturbing images may still appear in your feed, including screenshots. For those who encounter violent or distressing content online, support resources are available. Crisis Text Line can be reached at 988lifeline.org, and Samaritans offer assistance through their helpline. For further help, the Safer Internet Centre provides additional resources.

Written by urgent.news from Mashable's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at mashable.com →

More in Tech

Alembic in Practice: Structure, Revisions, and the Traps SQLite Sets

What those hex filenames mean, why migrations silently applied to the wrong database for two months, and how to widen a CHECK constraint without quietly breaking it.

  • Alembic uses hex filenames for revision IDs
  • Revision and downrevision fields form a linked list
  • Single source of truth for database URL prevents configuration trap

Stop Reinventing the Wheel: A QA Pattern for Date Math in User-Facing Code

Every backend that touches a date of birth ends up reinventing the same arithmetic. I've watched it happen in three codebases this year alone: a fintech KYC service, a healthcare intake portal, and a…

  • Engineers should answer business questions about full years passed and duration thresholds.
  • Create a matrix of test cases covering edge cases in the code repository.