白piao斗鱼

douyu整合优化斗鱼功能脚本(斗鱼精简、斗鱼默认最高画质)

< Feedback op 白piao斗鱼

Recensie: Goed - het script werkt zoals het hoort

§
Geplaatst: 18-06-2024

在240行以下添加下面两个函数。
function hide_ad() {
wait_element_loading('.IconCardAdCardCont', function () {
document.querySelector('div.IconCardAdCard-close').click();
print_log('已关闭广告1');
})
};
function hide_ad2() {
wait_element_loading('.IconCardAdCardCont', function () {
document.querySelector('div.IconCardAd-close').click();
print_log('已关闭广告2');
})
};

在50行以后添加
hide_ad();//关闭广告1
hide_ad2();//关闭广告2

可以关闭小广告弹窗

Reactie plaatsen

Log in om antwoord te geven.