Autoloop Discord videos (NOT MINE)

Makes videos posted in Discord loop

// ==UserScript==
// @name         Autoloop Discord videos (NOT MINE)
// @namespace    https://gf.qytechs.cn/en/users/3372-nixxquality
// @version      1.0
// @description  Makes videos posted in Discord loop
// @author       nixx quality 
// @match        https://discord.com/channels/*
// @grant        none
// @require      https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// ==/UserScript==

(function() {
    'use strict';

    waitForKeyElements(
        "video",
        vid => vid.attr('loop', 'loop')
    );
})();


QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址