>>10113815You can try something like this in console to get all the videos in the page in new tabs. Then you can just press ctrl+s on the new page.
Sorry I'm too lazy to make a scriptNever tried code tags on /vt/, does it work?[code:lit]
[...document.getElementsByTagName('video')].forEach(e => console.log(window.open(e.src)));
[/code:lit]