Software/other to sound alert when somebody opens a certain webpage

Soldato
Joined
25 Oct 2002
Posts
5,648
Location
location: location
Looking to hide the audio controls and play an mp3 of YMCA loudly when a friend at work opens or tries to log into facebook. Is there any software or script that will allow me to do this? Browser used is IE. Ideally the music should keep playing even if he closes IE.
Thanks.
 
Last edited:
make a webpage with the sound autoplaying that you want and set his HOSTS file to redirect the facebook domain to the redirected site's IP?

No idea if it'd work, but might do. It's late and my brain is switching off :)
 
Powershell can manipulate Internet Explorer so can detect what url he is on.

The rest should be easy!

Better yet, why not just change what his IE shortcut points to... :p
 
Thanks for the replies :) He doesn't use shortcuts so I'm looking for a way to play the music whenever he opens a site which has the text facebook somewhere in the URL. I'll have a look at Powershell, thanks. As for me doing the singing, It's him I want to look stupid and not me :p
 
No joy yet i'm afraid. Yes it's got to be facebook as he's rarely the person switching the pc on and everyone else will be told that 'something' will happen when he tries to log onto it. I know there's web filtering software that can block certain sites and play a sound when an attempt to access a blocked site is made but I've not found a way of changing it from a barking dog! I had a brief look at Powershell but it looks a bit complicated!
 
To be honest I am not sure if it can be used to hijack an Internet Explorer session started by the user.

You could perhaps use the Hosts file to redirect the facebook url elsewhere as mentioned above.
 
Back
Top Bottom