This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var url = 'http://www.wheeldecide.com/index.php?'; | |
$$('*[data-sort-key]').forEach(function(el, i) { | |
url += 'c' + (i + 1) + '=' + encodeURIComponent(el.dataset.sortKey.replace(/ spaces.*$/, '')) + '&'; | |
}); | |
url += '&col=pastel&t=Who+it+be%3F&time=10&width=1200&remove=1'; | |
window.open(url, '_blank'); | |
/*** 20 Questions ***/ | |
let questions = ['the aliens that make first contact be robotic or organic?', | |
'lose the ability to read or lose the ability to speak?', |