A-Frame Screenshot

Add this to your bookmarklet bar to take a screenshot in A-Frame without having to press the shortcut!

javascript:(function()%7Bfunction%20callback()%7B%7Dvar%20s%3Ddocument.createElement(%22script%22)%3Bs.addEventListener%3Fs.addEventListener(%22load%22%2Ccallback%2C!1)%3As.readyState%26%26(s.onreadystatechange%3Dcallback)%2Cs.src%3D%22https%3A%2F%2Fandrescuervo.github.io%2Fbookmarklet-collection%2Faframe_screenshot.js%22%2Cdocument.body.appendChild(s)%3B%7D)()