FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Disable Sound in Browser...

 


dz9c
I will be browsing my friends myspace and their gay music would INTRUDE into mine that I got going in Media Player...This is extremely annoying. Is there anyway I can just disable my browser from sending any sound? I am using Firefox if that helps. If there is any program I need, please show me! Thanks. Smile
Sunny
I don't use firefox, however you can easily turn it off in IE. May be you can use IE to open that particular site. For IE go to Internet options > advanced tab >multimedia > uncheck play sounds in web [ages
ocalhoun
*spends 15 mins on firefox online help*
It appears that there is no easy way to do this in firefox. Sorry.


Last edited by ocalhoun on Fri Jun 09, 2006 12:20 am; edited 1 time in total
kelhamcrisis
put this in your userContent.css file: (open it using notepad or similar)

/* block embedded sounds */
object[data*=”.mid”],embed[src*=”.mid”] { display: none !important; }
object[data*=”.mp2”],embed[src*=”.mp2”] { display: none !important; }
object[data*=”.mp3”],embed[src*=”.mp3”] { display: none !important; }
object[data*=”.mp4”],embed[src*=”.mp4”] { display: none !important; }
object[data*=”.wav”],embed[src*=”.wav”] { display: none !important; }
object[data*=”.wma”],embed[src*=”.wma”] { display: none !important; }

the userContent.css file can be found at:
C:\Documents and Settings\Administrator\Application Data\Mozilla\Firefox\Profiles\xxxxxx.default\chrome\userContent.css

If it doesn't already exist, then you will have to create it. Simply open up a new file in notepad, and paste the above lines into it. Then save it as userContent.css to the above location.

OR

install the no-script add on for firefox
Code:
https://addons.mozilla.org/firefox/722/


and then disable sound files for
Code:
http://myspace .com


that should sort you out

Smile
Bones
In IE you can usually just press ESC to stop any (mst not all) streaming sound from playing...dunno if it works in FF or not as I dont use it.
mafia3
Sunny wrote:
I don't use firefox, however you can easily turn it off in IE. May be you can use IE to open that particular site. For IE go to Internet options > advanced tab >multimedia > uncheck play sounds in web [ages


Try Opera. It has one-click option to disable..Sounds in webpage..
Reply to topic    Frihost Forum Index -> Computers -> Computer Problems and Support

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.