Skip to content

Instantly share code, notes, and snippets.

@okb1100
Last active December 31, 2021 13:35
Show Gist options
  • Save okb1100/8690aac8ff116424ee422161731d6666 to your computer and use it in GitHub Desktop.
Save okb1100/8690aac8ff116424ee422161731d6666 to your computer and use it in GitHub Desktop.
#random
/*
Zorunlu ders anketleri sayfalarının her birinde tarayıcı konsolunda bu satırı çalıştırmak en son seçeneği işaretleyecektir.
*/
document.querySelectorAll('[type=radio]"]').forEach((el) => el.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment