Hacker News new | ask | show | jobs
by mcgaffin 4538 days ago
This could be a useful chrome/firefox plugin. If you run this in your browser console, all that video will stop:

$('video').each(function() { this.pause(); })