1 line
167 B
JavaScript
Executable file
1 line
167 B
JavaScript
Executable file
console.log(document.querySelector(".yt-main-content").style.marginLeft); console.log(window.getComputedStyle(document.querySelector(".yt-main-content")).marginLeft);
|