/webm/ - WebM
Videos from the web
Boards | Magrathea | Catalog | Bottom
Remember to follow the rules
Max file size: 50.00 MB
Max files: 3
Max message length: 4096
Message too long. Click here to view full text.
// UserScript// @name endchan webm loop// @namespace jkhsjdhjs// @include http://endchan.xyz*// @include https://endchan.xyz*// @version 2// @grant none// /UserScriptfunction addLoopAttribute() { document.querySelectorAll('video').forEach(function(v) { v.setAttribute('loop', '');