Skip to content

Instantly share code, notes, and snippets.

View AndreLion's full-sized avatar
🎵
NP: 陶瓷匿名互助會 (康士坦的變化球) (3:44/4:11)

Andre AndreLion

🎵
NP: 陶瓷匿名互助會 (康士坦的變化球) (3:44/4:11)
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;