Skip to content

Instantly share code, notes, and snippets.

View figaz123's full-sized avatar
🎯
Focusing

Figo Azzam De Fitrah figaz123

🎯
Focusing
View GitHub Profile
@figaz123
figaz123 / autopuas.js
Created June 13, 2023 04:36 — forked from bekicot/autopuas.js
Javascript Auto Sangat Puas untuk survey ga jelas Igracias.
javascript:(function(){
for(let radio of document.querySelectorAll("[id='radioX']")) {
radio.querySelectorAll('[type="radio"]')[0].checked = true
}
})();