/*
* @title wevoxの一番右のボタンをクリックし続ける
* @description 便利
* @include http://*
* @license MIT License
* @require
*/
setInterval(() => document.querySelector('.wa-section:nth-last-child(2) button[data-testid="score-answer-button"]:last-child').click(), 1000)