Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML HTML Video and Audio (Retired) Media Basics The Video Element

Pulling up HTML Video Controls on someone elses web site.

If I wander into a web site with a video on it, is there a way for me to manually pull up some controls even though they weren't included in the site's code? Perhaps through the console?

Occasionally I run across a web site, usually one with autoplay on, where the video has no controls associated with it. It would be nice to be able to bring up some controls to stop loops, rewind the video, and so on.

Looked around for a few minutes but didn't find anything related to this.

2 Answers

Steven Parker
Steven Parker
229,744 Points

If you open the browser developer tools, you can possibly add controls to the other page by directly ediiting the DOM tree.

I'll give that a shot. Thanks Steven!