Skip to content

Instantly share code, notes, and snippets.

@pouyakary
Last active January 5, 2018 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pouyakary/7337363f872d21b304d405e8188f317e to your computer and use it in GitHub Desktop.
Save pouyakary/7337363f872d21b304d405e8188f317e to your computer and use it in GitHub Desktop.
اینو کپی پیست کنین کنسول صفحه نظر سنجینتون و یهو همه نمره هارو باهم ست کنین - رو صفحه کیلیک راست بکنین و اینسپکت (یا اینسپکت المنت رو بزنین) بعد برین توی کنسول
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