Last active
January 5, 2018 11:46
-
-
Save pouyakary/7337363f872d21b304d405e8188f317e to your computer and use it in GitHub Desktop.
اینو کپی پیست کنین کنسول صفحه نظر سنجینتون و یهو همه نمره هارو باهم ست کنین - رو صفحه کیلیک راست بکنین و اینسپکت (یا اینسپکت المنت رو بزنین) بعد برین توی کنسول
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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