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 17 March 2007, 10:41 PM
  #1  
Luminous
Scooby Regular
Thread Starter
iTrader: (3)
 
Luminous's Avatar
 
Join Date: Aug 2004
Location: Muppetising life
Posts: 15,449
Likes: 0
Received 0 Likes on 0 Posts
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?
Old 17 March 2007, 11:15 PM
  #2  
StiX
Scooby Regular
Support Scoobynet!
iTrader: (4)
 
StiX's Avatar
 
Join Date: Jan 2004
Location: Bridgend, S Wales
Posts: 2,293
Likes: 0
Received 0 Likes on 0 Posts
Default

Tools-Internet Options-Advanced

then uncheck 'play sounds in webpages'
Old 18 March 2007, 12:49 AM
  #3  
Luminous
Scooby Regular
Thread Starter
iTrader: (3)
 
Luminous's Avatar
 
Join Date: Aug 2004
Location: Muppetising life
Posts: 15,449
Likes: 0
Received 0 Likes on 0 Posts
Default

It was that simple

thanks

how about in firefox? I dont see those options available
Old 18 March 2007, 05:05 PM
  #4  
StiX
Scooby Regular
Support Scoobynet!
iTrader: (4)
 
StiX's Avatar
 
Join Date: Jan 2004
Location: Bridgend, S Wales
Posts: 2,293
Likes: 0
Received 0 Likes on 0 Posts
Default

Dunno - never used it?
Old 18 March 2007, 05:33 PM
  #5  
DJ Dunk
Moderator
Support Scoobynet!
iTrader: (5)
 
DJ Dunk's Avatar
 
Join Date: Nov 2001
Location: Not all those who wander are lost
Posts: 17,863
Received 0 Likes on 0 Posts
Default

mozdev.org - flashblock: index
Old 19 March 2007, 01:54 AM
  #6  
pimmo2000
Scooby Regular
iTrader: (6)
 
pimmo2000's Avatar
 
Join Date: Sep 2004
Location: On a small Island near France
Posts: 14,660
Received 4 Likes on 4 Posts
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)
Old 19 March 2007, 09:47 AM
  #7  
Luminous
Scooby Regular
Thread Starter
iTrader: (3)
 
Luminous's Avatar
 
Join Date: Aug 2004
Location: Muppetising life
Posts: 15,449
Likes: 0
Received 0 Likes on 0 Posts
Default

Thanks
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
JimBowen
ICE
5
02 July 2023 01:54 PM
Ganz1983
Subaru
5
02 October 2015 09:22 AM
Phil3822
ScoobyNet General
33
02 October 2015 03:22 AM
LostUser
Non Scooby Related
11
29 September 2015 11:00 AM
Phil3822
ICE
3
26 September 2015 07:12 PM



Quick Reply: Disabling sounds in your browser from websites



All times are GMT +1. The time now is 05:11 AM.