b4ca46a165
On Firefox, clicking a bookmarklet will cause the page to display the last return value of the bookmarklet, deleting the rest of the page contents. The solution is to add undefined; at the end.
3 lines
117 B
JavaScript
3 lines
117 B
JavaScript
javascript:
|
|
Array.from(document.getElementsByTagName("Video")).forEach(function(e){e.loop=true;e.play()})
|
|
undefined;
|