diff --git a/tieba page.js b/tieba page.js index 1754f5f..9427b9b 100644 --- a/tieba page.js +++ b/tieba page.js @@ -67,6 +67,14 @@ } } + let videos = e.querySelectorAll('.video'); + if (videos.length > 0) { + videos.forEach(video => { + let src = video.getAttribute('data-vhsrc'); + let img = video.querySelector('img'); + video.outerHTML = ``; + }); + } gif(e); let ee = $(e); @@ -275,7 +283,8 @@ [ '.img_desc', '.father-cut-recommend-normal-box', '.father-cut-daoliu-normal-box', - '#diversBanner', '.footer_logo', '.j_footer_link', '.frs_daoliu_for_app' + '#diversBanner', '.footer_logo', '.j_footer_link', '.frs_daoliu_for_app', + '.j_videoFootDownBtn' ].forEach(value => { let x = document.querySelector(value); if (x) {