pr0gramm.com 10% volume

Automatically adjusts the volume to 10% on direct HTML5/MP4 video-links on pr0gramm.com.

// ==UserScript==
// @name         pr0gramm.com 10% volume
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Automatically adjusts the volume to 10% on direct HTML5/MP4 video-links on pr0gramm.com.
// @author       Taizun
// @match        https://vid.pr0gramm.com/*
// @grant        none
// ==/UserScript==

document.getElementsByTagName('video')[0].volume = 0.1;

QingJ © 2025

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