标签 iframe 下的文章
网页上动态创建一个全屏的 iframe 并加载第三方网站
(function() { if (document.querySelector('.jnh_iframe_hidden')) { return; } let retryCount = 0; const MAX_RETRIES = 20; function initializeAndShowIframe() { const body = document.body; const html = document.documentElement; if (!body ...