Page 1 of 1

audio webteases not working!

Posted: Thu Nov 28, 2019 4:17 am
by Shadow90
I am on mobile and I am trying to get audio teases to work but they don't.i tap on the tease and it takes me to the first page but I don't see any play buttons or videos.i am using Firefox and have tried chrome.any help?

Re: audio webteases not working!

Posted: Fri Dec 13, 2019 10:26 am
by mimi521
I have the same problem.

Re: audio webteases not working!

Posted: Tue Apr 14, 2020 6:28 pm
by undeniable_denial
The good news is, the files are still there.
The bad news is, it still seems to rely on flash, until the webmaster changes that fact.

For those who like to tinker, I came up with this piece of code that replaces the flash player with an html5 audio control on the fly. Just start the tease like normal and paste this in the browser console.

Code: Select all

document.querySelector("#tease_content .text").innerHTML+='<audio controls style="width:100%"><source src="https://media.milovana.com/timg/'+document.querySelector(".text script").childNodes[0].textContent.match(/[a-f0-9]+\.mp3/)[0]+'" type="audio/mpeg"></audio>'