Skip to content

Instantly share code, notes, and snippets.

@ArsalanDotMe
Created May 26, 2015 16:46
Show Gist options
  • Save ArsalanDotMe/798911a824d9553823a1 to your computer and use it in GitHub Desktop.
Save ArsalanDotMe/798911a824d9553823a1 to your computer and use it in GitHub Desktop.
Feedback Submitter
javascript:(function(){var a=document.querySelectorAll('tr > td:nth-child(2) > input[type="radio"]:nth-child(1)');for(var i=0;i<a.length;i++){a.item(i).checked=true}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment