Google Chrome flips web pages 90 degrees

Press ctrl+shift+j in chrome to open the console

Enter the following code: document.body.style.transform = “rotate(90deg)”;

Reference: https://www.zhihu.com/question/24188652

Guess you like

Origin blog.csdn.net/qq_41340996/article/details/122148663