Skip to content

Instantly share code, notes, and snippets.

View davidjray's full-sized avatar

David Ray davidjray

View GitHub Profile
@davidjray
davidjray / launch.js
Last active April 1, 2024 19:20
Wheel Decide Google Meet Auto Generate
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?',