热搜: | 激活| 时序| mos|
快捷导航 发布入口

dz论坛插入B站视频代码

[复制链接]
查看: 101|回复: 0

592

主题

185

回帖

1664

积分

管理员

积分
1664
QQ
发表于 2025-2-14 13:54:30 | 显示全部楼层 |阅读模式 来自 湖南省 移动


  1. <iframe id="myFrame" src=https://player.bilibili.com/player.html?bvid={1} style="width: 800px; height: 450px; border: none;"></iframe>

  2. <script>
  3. (function() {
  4. const iframe = document.getElementById('myFrame');

  5. iframe.onload = function() {
  6. try {
  7. const iframeDocument = iframe.contentWindow.document;

  8. // 阻止 iframe 内部的超链接点击事件
  9. iframeDocument.addEventListener('click', function(e) {
  10. const link = e.target.closest('a');
  11. if (link) {
  12. e.preventDefault();
  13. console.log('Link click blocked:', link.href);
  14. }
  15. }, true);

  16. // 阻止 iframe 内部的表单提交事件
  17. iframeDocument.addEventListener('submit', function(e) {
  18. e.preventDefault();
  19. console.log('Form submission blocked');
  20. }, true);
  21. } catch (error) {
  22. console.error('无法访问 iframe 内容,可能是跨域问题:', error);
  23. }
  24. };
  25. })();
  26. </script>
复制代码

温馨提示:本站无需登入,即可回复帖子,发帖和回复请勿涉及违法等行为!网罗天下电脑(wltxdn.com)
回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

精彩推荐

网罗天下让分享更简单

  • 反馈建议:admin@wltxdn.com
  • 工作时间:周一到周日 09:00-21:00
185-7316-8656

关注我们

Copyright   ©2018-2022  wltxdn Inc.  Powered by©Wltxdn  技术支持:网罗天下电脑    ( 湘ICP备2021015364号 )