8,288
edits
Paradox-01 (talk | contribs) No edit summary |
Paradox-01 (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
mw.loader.load('/w/index.php?title=MediaWiki:Common.js/edit.js&action=raw&ctype=text/javascript'); | mw.loader.load('/w/index.php?title=MediaWiki:Common.js/edit.js&action=raw&ctype=text/javascript'); | ||
} | } | ||
alert( | |||
"Device PixelRatio: " + window.devicePixelRatio + | |||
"\nDevice Width: " + window.innerWidth + | |||
"\nDevice Height: " + window.innerHeight | |||
); |
edits