@חיימאוויטש תעשה סימניה חדשה
ותעתיק שם בכתובת האתר
javascript: (function () { if (!window.location.host === 'www.youtube.com' || !window.ytplayer) return alert('%D7%AA%D7%95%D7%90%D7%9D %D7%A8%D7%A7 %D7%9C%D7%90%D7%AA%D7%A8 %D7%99%D7%95%D7%98%D7%99%D7%95%D7%91'); const DLId = '_yt_dl'; if (document.querySelector('#' + DLId)) return; const formats = JSON.parse(ytplayer.config.args.player_response).streamingData.formats; console.log("Chunnel ID:", JSON.parse(ytplayer.config.args.player_response).videoDetails.channelId); const DL = document.createElement('div'); DL.id = DLId; DL.style.fontSize = '1.3rem'; DL.style.cursor = 'pointer'; DL.innerHTML = <div style="display: flex;align-items: center; line-height: 3"> <img style="width: 15px;padding: 3px;" src="${getIcon()}">%D7%94%D7%95%D7%A8%D7%93%D7%94 </div>
; const list = document.createElement('div'); list.style.position = 'absolute'; list.style.display = 'none'; list.style.background = '#add'; list.style.padding = '5px'; list.style.borderRadius = '5px'; list.style.zIndex = 2; let html = ''; formats.forEach(format => { html += <div style="padding: 8px;"> <a target="_blank" style="text-decoration:none" download href="${format.url}"> <strong> ${format.mimeType.replace(/;.+/, '')} </strong> ${format.width}X${format.height} </a> </div>
; } ); list.innerHTML = html; DL.appendChild(list); DL.addEventListener('click', () => list.style.display = list.style.display === 'none' ? 'block' : 'none'); document.querySelector('ytd-menu-renderer #top-level-buttons').appendChild(DL); function getIcon () { return
אח"כ תכנס לסרט שאתה רוצה באתר הרישמי של יוטיוב תלחץ על הסימניה
ואז יתוסף ללך אפשרות הורדה בצד שמאל מתחת לסרט
מועתק מפורום במקום אחר