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. 
Disable Sound in Browser...
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
*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
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
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
and then disable sound files for
that should sort you out

/* 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
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.
| 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..
Related topics
