Skip to content

Instantly share code, notes, and snippets.

@pouyakary
Last active January 5, 2018 11:46
Embed
What would you like to do?
اینو کپی پیست کنین کنسول صفحه نظر سنجینتون و یهو همه نمره هارو باهم ست کنین - رو صفحه کیلیک راست بکنین و اینسپکت (یا اینسپکت المنت رو بزنین) بعد برین توی کنسول
val = prompt("Value to set?"); [ ...document.querySelectorAll('select') ].map( x => x.value = val )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment