Navigational Sound for Maxthon?


Xahi4475

Recommended Posts

Hello!

Is it possible to make navigational sound extension for Maxthon like this Firefox add on?

https://addons.mozilla.org/ja/firefox/addon/navigational-sounds/

or Chrome add on

https://chrome.google.com/webstore/detail/sound-on-click/ejchjkneplcffgcopialnjofdhhggjik?hl=en

Also Opera in early versions had similar feature. Following link with selected sound (I selcted Start sound the same as IE navigational sound).

I'm missing only this feature on Maxthon (also Cookie Management).

Thank you!

Link to comment
Share on other sites

  • 2 weeks later...

I tried making this extension today, but ran into a problem:sound=document.getElementById('sound')

runtime=external.mxGetRuntime()

function browserEvent(object){

if(object.type=='ON_NAVIGATE'){

sound.pause()

sound.currentTime=0

sound.play()

}

console.log(object)

}

runtime.onBrowserEvent=browserEventWhen I try to navigate a page, nothing happens. The "console.log" doesn't fire either even if I close a tab, can somebody point me in the right direction?

Link to comment
Share on other sites

Thanks for replies.

We are so close, keep it up. :) :)

I know it works on retro mode but unfortunately I have Internet Explorer 8 and it's slow. If I had version 10 or 11 I'd use retro mode in regular basis.

In near future I will change my OS but now my wish is Navigational Sound and it's possible I believe. :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.