New method (contributed by youyoumu)
- Open the browser console with
F12
orCtrl + Shift + I
. - Enable mobile device emulation with
Ctrl + Shift + M
. - Paste the following code into the console and press Enter:
const iframe = document.createElement('iframe');