1
0
Fork 0
gather-fullscreen/inject.1080p.txt

6 lines
160 B
Plaintext

window.innerWidth = 1920 + 72;
window.innerHeight = 1080;
document.body.style.transform = 'translate(-72px, 0)';
document.body.style.width = `${1920 + 72}px`;