Kick & YouTube Audio Maximizer

Boosts quiet sounds, compresses loud peaks.

< Kick & YouTube Audio Maximizer 피드백으로 돌아가기

리뷰: 보통 - 스크립트가 작동하지만 버그 있음

§
게시: 2025-07-09
수정: 2025-07-09

This script has an issue with Microsoft Edge's Trusted Types security policy.

The Fix

Replace lines 157-160:

wrap.innerHTML = `
          <div style="color:#fff;font-family:monospace;margin-bottom:4px;font-size:11px;">
            🔊 Maximizer by Barış
          </div>`;

With:

const label = document.createElement('div');
label.textContent = '🔊 Maximizer by Barış';
label.style.cssText = 'color:#fff;font-family:monospace;margin-bottom:4px;font-size:11px;';
wrap.appendChild(label);

답글 게시

답글을 게시하려면 로그인하세요.

长期地址
遇到问题?请前往 GitHub 提 Issues。