Skip to content

Instantly share code, notes, and snippets.

View thienandangthanh's full-sized avatar

Thien An Dang Thanh thienandangthanh

View GitHub Profile
//Look for other responsivevoice instances
/*if (window.parent != null) {
var iframes = window.parent.document.getElementsByTagName('iframe');
for (var i = 0; i < iframes.length; i++) {
//iframes[i].style.width = "300px"
}
}*/
if (typeof responsiveVoice != 'undefined') {
console.log('ResponsiveVoice already loaded');