Results 1 to 6 of 6

Thread: How to disable webpage music in Firefox?

  1. #1
    Ultimate Member muchmark's Avatar
    Join Date
    Jul 2001
    Location
    Toronto, Canada
    Posts
    1,467

    How to disable webpage music in Firefox?

    How do you turn off webpage background music and video in Firefox 1.5?

  2. #2
    Ultimate Member Rocketmech's Avatar
    Join Date
    May 2001
    Location
    Corpus Christi, Texas
    Posts
    5,739

  3. #3
    Ultimate Member muchmark's Avatar
    Join Date
    Jul 2001
    Location
    Toronto, Canada
    Posts
    1,467
    Thanks, I already have Adblock will get. What i want to block is those music and videos you get on those MySpace profiles.

  4. #4
    Friend of Staff fancyf's Avatar
    Join Date
    Apr 2002
    Location
    ƒ@ncyville
    Posts
    1,393
    this is how you block background sounds:
    put this in your userContent.css file:

    /* block embedded sounds */
    embed[src*=”.mid”] { display: none !important }
    embed[src*=”.mp2”] { display: none !important }
    embed[src*=”.mp3”] { display: none !important }
    embed[src*=”.mp4”] { display: none !important }
    embed[src*=”.wav”] { display: none !important }
    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)
    > Source

  5. #5
    Ultimate Member herosrest's Avatar
    Join Date
    May 2002
    Location
    Authorised personnel only
    Posts
    2,281

  6. #6
    Ultimate Member muchmark's Avatar
    Join Date
    Jul 2001
    Location
    Toronto, Canada
    Posts
    1,467
    Thanks a million

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •