烟魔 发表于 2022-5-31 13:58:20

阻止视频弹窗代码

这个是原网页的代码。
![视频弹出窗口代码.jpg](data/attachment/forum/202205/31/135719qnnbsfuvugzrjur4.jpg)
<div role="document" class="ant-modal ant-modal-confirm ant-modal-confirm-info" style="width: 416px;"><div tabindex="0" aria-hidden="true" style="width: 0px; height: 0px; overflow: hidden; outline: none;"></div><div class="ant-modal-content"><button type="button" aria-label="Close" class="ant-modal-close"><span class="ant-modal-close-x"><i aria-label="icon: close" class="anticon anticon-close ant-modal-close-icon"><svg viewBox="64 64 896 896" focusable="false" class="" data-icon="close" width="1em" height="1em" fill="currentColor" aria-hidden="true"><path d="M563.8 512l262.5-312.9c4.4-5.2.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9A7.95 7.95 0 0 0 203 838h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z"></path></svg></i></span></button><div class="ant-modal-body"><div class="ant-modal-confirm-body-wrapper"><div class="ant-modal-confirm-body"><i aria-label="icon: info-circle" class="anticon anticon-info-circle"><svg viewBox="64 64 896 896" focusable="false" class="" data-icon="info-circle" width="1em" height="1em" fill="currentColor" aria-hidden="true"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"></path><path d="M464 336a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z"></path></svg></i><div class="ant-modal-confirm-content">亲爱的同学,咱虽是个爱学习的好孩子,但也请注意保护好眼睛,休息休息一下喔!</div></div><div class="ant-modal-confirm-btns"><button type="button" class="ant-btn ant-btn-primary"><span>知道了</span></button></div></div></div></div><div tabindex="0" aria-hidden="true" style="width: 0px; height: 0px; overflow: hidden; outline: none;"></div></div>

用什么代码阻止他弹出。
求教各位GG

李恒道 发表于 2022-5-31 14:15:17

阻止弹出的话要分析他是哪里出来的
一般来说可以setinterval然后点击

烟魔 发表于 2022-5-31 14:34:08

本帖最后由 烟魔 于 2022-5-31 14:35 编辑

李恒道 发表于 2022-5-31 14:15
阻止弹出的话要分析他是哪里出来的
一般来说可以setinterval然后点击
道哥。还在初学阶段。我还没有找出处。
可以用setinterval      和时钟来控制他的弹出吗?

李恒道 发表于 2022-5-31 14:36:07

烟魔 发表于 2022-5-31 14:34
道哥。还在初学阶段。我还没有找出处。
可以用setinterval      和时钟来控制他的弹出吗?
...

可以的
哥哥可以试试

烟魔 发表于 2022-5-31 15:06:25

李恒道 发表于 2022-5-31 14:36
可以的
哥哥可以试试

还望多指导,指导。刚初学一头的雾水。
页: [1]
查看完整版本: 阻止视频弹窗代码