javascript:{function waitForElm(o){return new Promise(t=>{if(document.querySelector(o))return t(document.querySelector(o));const n=new MutationObserver(e=>{document.querySelector(o)&&(t(document.querySelector(o)),n.disconnect())});n.observe(document.body,{childList:!0,subtree:!0})})}function insertAfter(e,t){e.parentNode.insertBefore(t,e.nextSibling)}async function InitGain(){await waitForElm(".ytd-watch-metadata");var e,t,n=document.querySelector("video");try{var o=new AudioContext,a=o.createMediaElementSource(n),i=o.createGain();a.connect(i),i.connect(o.destination),gainState=0}catch{executionState=0}function u(e){return 5