How can control sound of my tabs?

I open few tabs. And all of this making noise. I want to control sound of my tabs. I want to turn of some tabs' sound. Can someone help me?
Sorry for my English...

You can make a backup copy of the sessionstore.js file that stores session data.
*http://kb.mozillazine.org/sessionstore.js
You can use this button to go to the currently used Firefox profile folder:
*Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)

Similar Messages

  • How can i print all the tab pages not just the first page (tab)

    how can i print all the tab pages not just the first page (tab)

    You would need to do this programmatically. Here's one way:
    Attachments:
    Example_VI_BD6.png ‏3 KB

  • On Firefox 4, how can I put one "new tab" on the "tab bar" (The + sign) and one next to the "back/forward" buttons (as in FF 3.6)?

    On Firefox 4, how can I put one "new tab" on the "tab bar" (The + sign) and one next to the "back/forward" buttons (as in FF 3.6)?
    In my current Firefox, the "new tab" icon/item from the "customize" pop-up window menu of items is placed next to my home, back, forward buttons near the top-left of my header (Button 1 for "new tab"). Then, the tab bar automatically come with a small tab (with a + sign) to the right of your last tab opened (so you click on + and a new tab opens. Button 2 for "new tab"). I like to have this "new tab" button twice (as a + mini tab, and next to my "home icon".
    When I upgraded to Firefox 4, I seemed to be only able to "customize" or use the "new tab" in one place. Either as an icon next to home button, or as a "+ minitab", but NOT both.
    What can I do to put this button in Firefox 4 on BOTH places???
    Your help is really appreciated. I want to upgrade, but I want my buttons on both places...
    I upgraded to FF 4, but downgraded again just because this feature... that's just me of coarse :-)

    *New tab toolbar button: https://addons.mozilla.org/firefox/addon/new-tab-toolbar-button/

  • How can I specify the default tab in a CHM Output?

    My company uses CHM-based help for some of its products. We build the CHM files from RoboHelp 9, and while these CHM files don't really have a full Index attached to them, the Index tab shows up in the output anyway. Unfortunately, we are suddenly seeing that when the CHM file is launched from our program, the Index tab is displayed by default. We'd rather have the Contents tab be the default look, especially considering that the Index does not exist.
    I have poked around into how you can specify a default tab for a CHM file, and the only information I have found suggests that using a CHM file creates a file (HH.dat) that specifies which tab should be displayed on a user-by-user basis, and that the last tab displayed when you close the CHM should be the first one displayed when you re-open it. While this is true if you open the CHM independent from the product, when you launch it from our program, it's all Index, all the time.
    So, my question is: How can I specify the default tab for a CHM file? Or, failing that, how can I excise the Index tab from my CHM output.

    Hi there
    This will be something up to your application developer to resolve. When s/he issues the call to open the CHM, there are parameters that may be used to always open with the desired tab "in front".
    Point your developer to the link below and advise that s/he is most likely interested in the section titled: Programming Tips.
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • When I open a new tab, how can I get the second tab to be me my home page also?

    I know how to right click and open a new tab when I am browsing but if I want to open just a blank new tab, how can I get the second tab to be my home page also?

    I know how to right click and open a new tab when I am browsing but if I want to open just a blank new tab, how can I get the second tab to be my home page also?

  • I used to have a Yahoo tab shown when yahoo was opened. Now it says "Getting Started" How can I get my Yahoo tab back? Thank you.

    I used to have a Yahoo tab shown when yahoo was opened. Now it says "Getting Started" How can I get my Yahoo tab back? Thank you.

    Set Yahoo as you home page, and set firefox to open the homepage when it starts. (Not to open previous pages).
    * see [[how to set the home page]] for detailed instructions <br/> all you need to do is drag the icon whilst you are on the page you require
    * see also [[options window - General panel]]

  • How can i stop open new tab on safari when i click  on link or anything ??

    how can i stop open new tab on safari when i click  on link or anything ??

    Check the links below for options to remove the Adware.
    The Easy, safe, effective method:
    http://www.adwaremedic.com/index.php
    If you are comfortable doing manual file removals use the somewhat more difficult method:
    http://support.apple.com/en-us/HT203987
    Also read the articles below to be more prepared for the next time there is an issue on your computer.
    https://discussions.apple.com/docs/DOC-7471
    https://discussions.apple.com/docs/DOC-8071

  • When I start Firefox 4 two tabs open one is my homepage and the other is "google toolbar updated", how can i stop the second tab opening?

    I have google toolbar installed on my Firefox 4, whenever I start firefox two tabs open, one is my homepage gmail and the other is "google toolbar updated".
    How can I stop the second tab from opening?

    See these articles for some suggestions:
    * [[Firefox has just updated tab shows each time you start Firefox]]
    * [[How to set the home page]] - Firefox supports multiple home pages separated by '|' symbols
    * http://kb.mozillazine.org/Preferences_not_saved

  • HT1296 I am trying to sync contacts from my iPhone to Mac.  When I plug in my iPhone, I do not get the Info tab in iTunes (as mentioned in how to sync on this website).  How can I get the info tab to appear?

    I am trying to sync contacts from my iPhone to Mac.  When I plug in my iPhone, I do not get the Info tab in iTunes (as mentioned in how to sync on this website).  How can I get the info tab to appear?

    Since the release of Mavericks (OS X 10.9) syncing contacts and calendars with a Mac via iTunes is no longer supported. The currently supported method is via iCloud. Setup instructions: http://www.apple.com/icloud/setup/

  • How can I change the new tab homepage ?

    how can I change the " new tab " homepage

    By default Firefox uses a blank page in a new tab. Something you installed changed that to I-PLAY. You need to figure out what changed that, and get rid of it. Start with this. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • How can control tab(lenght, width)  size  in JTabbedPane plz ??

    hi,
    i want to put icon t in tab of tabbedpane .. but that tab size is larger than that icon size .. i want that size of tab should exact size of icon how can i do this plz

    Never tried it but you may be able to change it for your entire application by using:
    UIManager.put("TabbedPane.tabAreaInsets", new InsetsUIResource(4, 2, 0,6);
    Or you might be able to extend MetalTabbedPaneUI and override getTabAreaInsets(...) if you only need this for a single tabbed pane.

  • How can I re-set new tab homepages? A website has made itself appear every time I open a new tab.

    My new tabs keep startying up with imesh, a website I don't want and haven't made a homepage. Firefox options don't show this is in your tab start-up system. How can I get rid of it?

    -> Tap '''ALT''' key or press '''F10''' to show the Menu Bar
    -> go to Help Menu -> select "Restart with Add-ons Disabled"
    Firefox will close then it will open up with just basic Firefox. Now do this:
    -> Update Firefox to the latest version by going to Help Menu -> About Firefox -> click Check for Updates -> if an updated version is found then download the latest version and install it. After that follow these steps:
    -> go to View Menu -> Toolbars -> unselect All Incompatible/Unwanted toolbars
    -> go to Tools Menu -> Clear Recent History -> '''Time range to clear: select EVERYTHING''' -> click Details (small arrow) button -> place Checkmarks on '''Cookies, Cache''' -> click '''Clear Now'''
    -> go to Tools Menu -> Options -> General -> When Firefox starts : select "Show My Home Page" -> Type the address of the website which you want to be your HomePage e.g. http://www.google.com
    -> go to Tools Menu -> Options -> Content -> place Checkmarks on:
    1) Block Pop-up windows 2) Load images automatically 3) Enable JavaScript
    -> go to Tools Menu -> Options -> Security -> place Checkmarks on:
    1) Warn me when sites try to install add-ons 2) Block reported attack sites 3) Block reported web forgeries 4) Remember Passwords for sites
    -> go to Tools Menu -> Options -> Advanced -> Network -> Offline Storage (Cache): click '''Clear Now''' button
    -> Click OK on Options window
    -> click the Favicon on SearchBar -> click '''Manage Search Engines''' -> select all Unwanted Search Engines and click '''Remove''' -> click OK
    -> go to Tools Menu -> Add-ons -> Extensions section -> REMOVE All Unwanted/Suspicious Extensions (Add-ons) -> Restart Firefox
    -> go to Tools Menu -> Add-ons -> Appearance section -> REMOVE All Incompatible/Unwanted/Suspicious Themes (Persona) -> Restart Firefox
    You can enable your Known & Trustworthy Add-ons and Themes later. Check and tell if its working.

  • HOW CAN I GET MY OLD TABS (FILE SAVE/BOOKMARK, ETC) BACK ON TOP OF SCREEN? I HATE THIS NEW LAYOUT!

    Today some kind of update happened on Firefox without me even approving it. Suddenly, I no longer have the tabs across the top that I REALLY liked--File/save as, Bookmark, View, etc. I WANT THEM BACK. Yes, I have found the little goofy drop-down icon on the right corner of the screen, but I don't like that. How can I get old view back???
    Thank you!
    ASM432

    Right-click on the Tab Bar and select '''Menu Bar'''.

  • A lot of tabs loads and tells me there was a problem loading the page. How can I stop all the tabs loading because ist slows down Firefox.

    When I open Firefox, a lot of tabs try to open at the same time. They all say Problem loading the page. It happened after I tried to download a owners manual for Harley Davidson motor cycles. How can I stop all but one tab from opening.

    This can be a problem with the file [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    Delete [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.
    See:
    * http://kb.mozillazine.org/Session_Restore

  • I was ablet to download firefox on my galaxy tab several months ago, but now i can't get it on my coworkers tabs. how can i download to galaxy tab 10.1?

    I have firefox 10.0.5 on my galaxy tab 10.1. When we purchased more tablets last month, I have not been able to install firefox on them. It does not seem to be a supported device with the newest version of firefox mobile. How can I get firefox 10.0.5 or some other version of firefox that works on the galaxy tab 10.1? Firefox seems to be the most stable browser when there is an interuption in internet service. Is there a solution formy remaining tablets that don't have firefox?

    Try getting the latest version from this URL http://www.mozilla.org/en-US/firefox/fx/#mobile
    Hope it helps.

Maybe you are looking for

  • Error in Work Repository with Standalone Agent

    Hi There! Does anyone know how to identify and resolve the following error? 2013-08-06 09:04:03.897 NOTIFICATION ODI-1128 Agent agent001 is starting. Application Server: STANDALONE. Agent Version: 11.1.1.3.0 - 23/06/2010. Port: 1028. JMX Port: 2028 2

  • How to sync Apple TV to my laptop?

    Laptop hard drive died - Apple Care got me a new one - great, but... I want to get the music and photos stored on my Apple TV (original version with hard drive) back onto my laptop. Can't make that happen - ideas?

  • IPhoto won't launch! And yes I've updated everything.

    iPhoto won't work all of a sudden this week. When I try to launch it, the rainbow wheel just hangs there forever, and the grey and white background of iPhoto (minus all the photos) hangs there uselessly behind it. It worked just last week!  I tried i

  • Gantt chart in OBIEE11115

    Hi , We got a requirement to create a Gantt Chart in obiee11115 for project module, Can any provide me any document to create Gantt chart in obiee11115 I found this link http://oraclebizint.wordpress.com/2007/12/06/oracle-bi-ee-101332-marquee-images-

  • EXEC FND_CONC_CLONE.SETUP_CLEAN

    As part of a clone (11.5.10.2) using hot backup, I am running the following. EXEC FND_CONC_CLONE.SETUP_CLEAN; Every time I run this, it takes a couple hours to finish. That is just too long. Any known performance issues/bugs with running that? Thanks