Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

Disabling sounds in your browser from websites

Thread Tools
 
Search this Thread
 
Old Mar 17, 2007 | 10:41 PM
  #1  
Luminous's Avatar
Luminous
Thread Starter
Scooby Regular
iTrader: (3)
 
Joined: Aug 2004
Posts: 15,449
Likes: 0
From: Muppetising life
Default Disabling sounds in your browser from websites

Certain web pages you go to pay sounds that are really annoying. The good ones have a button to turn them off, others do not.

Now I know I can just turn my speakers off, but if I am playing music from Winamp, that's not the best idea.

Anyone have ideas on how to do this for both IE 7 and Firefox 2?
Reply
Old Mar 17, 2007 | 11:15 PM
  #2  
StiX's Avatar
StiX
Scooby Regular
South Wales Scoobys
iTrader: (4)
 
Joined: Jan 2004
Posts: 2,293
Likes: 0
From: Bridgend, S Wales
Default

Tools-Internet Options-Advanced

then uncheck 'play sounds in webpages'
Reply
Old Mar 18, 2007 | 12:49 AM
  #3  
Luminous's Avatar
Luminous
Thread Starter
Scooby Regular
iTrader: (3)
 
Joined: Aug 2004
Posts: 15,449
Likes: 0
From: Muppetising life
Default

It was that simple

thanks

how about in firefox? I dont see those options available
Reply
Old Mar 18, 2007 | 05:05 PM
  #4  
StiX's Avatar
StiX
Scooby Regular
South Wales Scoobys
iTrader: (4)
 
Joined: Jan 2004
Posts: 2,293
Likes: 0
From: Bridgend, S Wales
Default

Dunno - never used it?
Reply
Old Mar 18, 2007 | 05:33 PM
  #5  
DJ Dunk's Avatar
DJ Dunk
Moderator
20 Year Member
iTrader: (5)
 
Joined: Nov 2001
Posts: 17,864
Likes: 0
From: Not all those who wander are lost
Default

mozdev.org - flashblock: index
Reply
Old Mar 19, 2007 | 01:54 AM
  #6  
pimmo2000's Avatar
pimmo2000
Scooby Regular
iTrader: (6)
 
Joined: Sep 2004
Posts: 14,661
Likes: 5
From: On a small Island near France
Default

this is how you block background sounds:
put this in your userContent.css file:
/* 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; }
this will block anything in an embed tag with .mid … in it. unlike adblock, you can still search for mid on google and download mp3’s from a direct link, etc. you can also use this to block embedded mov, mpg, etc.
(on windows, you can find that here: C:\Documents and Settings\Administrator\Application Data\Mozilla\Firefox\Profiles\xxxxxx.default\chrom e\userContent.css)
(you have to create that file, it won’t be there if you haven’t already)
Reply
Old Mar 19, 2007 | 09:47 AM
  #7  
Luminous's Avatar
Luminous
Thread Starter
Scooby Regular
iTrader: (3)
 
Joined: Aug 2004
Posts: 15,449
Likes: 0
From: Muppetising life
Default

Thanks
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
JimBowen
ICE
5
Jul 2, 2023 01:54 PM
Ganz1983
Subaru
5
Oct 2, 2015 09:22 AM
Phil3822
ScoobyNet General
33
Oct 2, 2015 03:22 AM
LostUser
Non Scooby Related
11
Sep 29, 2015 11:00 AM
Phil3822
ICE
3
Sep 26, 2015 07:12 PM




All times are GMT +1. The time now is 10:46 PM.