missav修改页面

This script modifies the missav page to fully display video titles, adds links to homepage tags, removes ads, disables window.open, and pauses the video when the window is in focus.

< Feedback on missav修改页面

Review: OK - script works, but has bugs

§
Posted: 2025-01-29

域名兼容一下missav.ai

加一下这个吧,因为我发现那个ready监听在missav.ws不生效

document.addEventListener('click', () => {
    window.open = () => {}
});

Post reply

Sign in to post a reply.