Anonymous 02/13/2018 (Tue) 09:26:40 No.568 del
>>193
> jquery
fuck


// UserScript
// @name endchan webm loop
// @namespace jkhsjdhjs
// @include http://endchan.xyz*
// @include https://endchan.xyz*
// @version 2
// @grant none
// /UserScript

function addLoopAttribute() {
document.querySelectorAll('video').forEach(function(v) {
v.setAttribute('loop', '');

Message too long. Click here to view full text.