Fuck Autoplay

Epicmafia profile videos no longer autoplay

// ==UserScript==
// @name         Fuck Autoplay
// @namespace    https://gf.qytechs.cn/en/users/11508-arcbell
// @version      1.0
// @description  Epicmafia profile videos no longer autoplay
// @author       Arcbell
// @match        https://epicmafia.com/user/*
// @match        https://epicmafia.com/u/*
// @grant        none
// ==/UserScript==

var youtubeurl = $('#embed iframe')[0].src;
$('#embed iframe')[0].src = youtubeurl.replace('autoplay=1', 'autoplay=0');

QingJ © 2025

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