Allows Video Speed Controller to speed up audios from WhatsApp Web
// ==UserScript==
// @name WhatsApp Web Unblock Audio Speed
// @description Allows Video Speed Controller to speed up audios from WhatsApp Web
// @version 1.0
// @author xiaoxiaoflood
// @match https://web.whatsapp.com/
// @namespace https://github.com/xiaoxiaoflood
// @run-at document-start
// ==/UserScript==
Object.defineProperty(unsafeWindow.HTMLAudioElement.prototype, 'playbackRate', { writable: true });