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

6 lines
160 B
Plaintext
Raw Permalink Normal View History

2021-10-17 00:02:59 +08:00
window.innerWidth = 1920 + 72;
window.innerHeight = 1080;
document.body.style.transform = 'translate(-72px, 0)';
document.body.style.width = `${1920 + 72}px`;