Google auto-speak pronunciation

Auto pronounce the word X when googling "define X", "X definition" or "X meaning"

질문, 리뷰하거나, 이 스크립트를 신고하세요.
// ==UserScript==
// @name        Google auto-speak pronunciation 
// @namespace   https://greasyfork.org/en/scripts/29771-google-pronunciation-speak
// @include     https://*google.com*
// @version     1.2
// @grant       none
// @description Auto pronounce the word X when googling "define X", "X definition" or "X meaning"
// @author      Ooker
// ==/UserScript==

document.querySelector("div.pkt1Wd:nth-child(6)").click();