Skip to content

Instantly share code, notes, and snippets.

View AndreLion's full-sized avatar
🎵
NP: Sounds For Celebration (Re-TROS) (4:02/7:00)

Andre AndreLion

🎵
NP: Sounds For Celebration (Re-TROS) (4:02/7:00)
View GitHub Profile
(function(){
var key = localStorage.wpt_key;
if (!key) {
var prompt = window.__proto__.prompt;
key = prompt('Your WebPagetest API key, please?');
if (!key) {
return gameOver();
}
localStorage.wpt_key = key;