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。