Automatically pronounce searched word in dictionary.reference.com
// ==UserScript==
// @name Dictionary auto pronounce
// @include http://dictionary.reference.com/*
// @description Automatically pronounce searched word in dictionary.reference.com
// @version 1
// @grant none
// @namespace https://greasyfork.org/users/4947
// ==/UserScript==
document.getElementsByTagName('audio')[0].play();