Google pronunciation speak

Auto speak pronunciation when googling word's definitions

As of 2017-05-15. See the latest version.

// ==UserScript==
// @name        Google pronunciation speak
// @namespace   
// @include     https://*google.com*
// @version     1
// @grant       none
// @description Auto speak pronunciation when googling word's definitions 
// ==/UserScript==

document.querySelector(".lr_dct_spkr > input:nth-child(1)").click();