The tab: how to make web links open in Firefox cannot be deleted only closed each time I log into my browser....

The above tab cannot be deleted, it comes back each time I log in.

You can check for problems with preferences.
Delete a possible user.js file and numbered prefs-##.js files and rename (or delete) the prefs.js file to reset all prefs to the default value including prefs set via user.js and prefs that are no longer supported in the current Firefox release.
*http://kb.mozillazine.org/Preferences_not_saved
*http://kb.mozillazine.org/Resetting_preferences

Similar Messages

  • How to make web links open larger in firefox

    Firefox is my default internet. IGoogle is my home page. I have XPWindows. I recently had Firefox put in and use that as my default internet connection. When I click on a web page, it does not fill my screen - there's anywhere from 2 to 4 inches of white on each side of the web page. With my old default page, it filled the entire screen. How do I make it fill the whole screen?

    Hello,
    Have you tried [[Font size and zoom - increase the size of web pages|Firefox's zoom feature]]? This will help increase the size of web pages.
    * To make things bigger, press '''Ctrl''' and '''&#43''' at the same time.
    * To make things smaller, press '''Ctrl''' and '''-''' at the same time.
    * To reset the size back to normal, press '''Ctrl''' and '''0''' at the same time.
    You can also use the [https://addons.mozilla.org/en-US/firefox/addon/2592/ NoSquint]. add-on to change the default zoom level for all websites at once. After setting your global zoom level, you can still fine-tune the zoom on individual sites.
    '''Using NoSquint:'''
    #After installing NoSquint, make sure you have the Add-on Bar displayed:
    #*Right-click the new tab button ("+") or a blank area of the tab bar to the right of it and choose Add-on Bar from the shortcut menu.
    #Click the % on the Add-on Bar to call up site preferences, then click the Global Settings button, then the Zooming tab.
    #*You can experiment with sizes larger than 125%, but it's not recommended that you go higher than 150% unless you have a large high-resolution monitor.
    If there are particular sites that still present a problem, feel free to post their URLs.
    Please let us know if this helped you!
    Thank you.

  • How to make a link open in another frame in RH 7?

    Hello! In RoboHelp 7 I am doing a prototype for my work group using framesets. We want a navigation pane on the left side of every topic. I have learned how to create framesets and set the left and right frames to different topics. I cannot find information anywhere on how to do one thing. One, how do I set the links in the left navigation frame to open in the right (main) frame? Sounds like a simple thing, but I can't figure out how. Also, is it true that a person cannot see the code to the frameset? I can't find a way to do that, either. Thanks for anyone's help!

    Hi there
    When you created your Frameset you likely gave each frame a name. This part is very important and I'm not sure RoboHelp would even allow you to create the Frameset without naming each frame.
    So when you create your links, you target the Frame by clicking the drop-down and choosing the frame name.
    Click image below for possible larger view
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • How do I prevent email addresses when part of the addreses is typed in Yahoo or Hotmail - several people use the same computer and a whole drop down list of previously uised adresses come up each time sonmeone logs on

    When typing in my email address to log into Yahoo Mail or Hotmail the email addresses of other users who have logged in using this machine appear too. How do you stop this from happening?

    See:
    *Tools > Options > Privacy > History: "Remember search and form history"
    * [[Form autocomplete]]
    * [[Clear Recent History]]

  • Each time I log into the apple store on iTunes (windows), my Ipad or either of my iPhones it asks for verification of the security code on my credit card.  This is very annoying, any way to make the entry stick?

    Whenever I log into the iTunes store on my Windows PC I am asked to enter my credit card security code, this is annoying but now all of my devices ask for the same information.  The trigger seems to be access from another device.  Should I deathorize all accounts and then reauthorize them?

    Make an appointment at the genius bar.
    If you went without an appointment, then it would make sense that you could be turned away.

  • How can I stop a sound from looping so it plays only once each time the up key is pressed?

    Hi there here is my code, the basis is it is playing a mp3 from my library.
    Basically as the topic suggests I only want the sound to play once each time the UP arrow key is pressed. At the moment when you hold the up arrow down the sound keeps triggering and looping and gets really loud and noisy.
    Here is my code for my game:
    package com.chasegame.components
              import flash.display.MovieClip;
              import flash.display.Stage;
              import flash.events.Event;
              import com.tech.utils.KeyObject;
              import flash.ui.Keyboard;
              import flash.media.Sound;
              import flash.media.SoundChannel;
              public class SpaceShip extends MovieClip
                        private var key:KeyObject;
                        private var speed:Number = 0.3;
                        private var rotateSpeed:Number = 5;
                        private var vx:Number = 0;
                        private var vy:Number = 0;
                        private var friction:Number = 0.95;
                        private var shipSound:roar = new roar();
                        private var shipSoundChannel:SoundChannel = new SoundChannel();
                        public function SpaceShip () : void
                                            key = new KeyObject(stage);
                                            addEventListener(Event.ENTER_FRAME, loop, false, 0, true);
                        public function loop(e:Event) : void
                                            if (key.isDown(Keyboard.UP))
                                                           vy += Math.sin(degreesToRadians(rotation)) * speed;
                                                           vx += Math.cos(degreesToRadians(rotation)) * speed;
                                                           shipSoundChannel = shipSound.play();
                             else
                                                           vy *= friction;
                                                           vx *= friction;
                                  if (key.isDown(Keyboard.RIGHT))
                                            rotation += rotateSpeed;
                                  else if (key.isDown(Keyboard.LEFT))
                                            rotation -= rotateSpeed;
                                  y += vy;
                                  x += vx;
                                  if (x > stage.stageWidth)
                                            x = 0;
                                  else if (x < 0)
                                            x = stage.stageWidth;
                                  if (y > stage.stageHeight)
                                            y = 0;
                                  else if (y < 0)
                                            y = stage.stageHeight;
                        public function degreesToRadians(degrees:Number) : Number
                                  return degrees * Math.PI / 180;

    If you want the sound to only play once when the key is pressed then you don't want to have it in the ENTER_FRAME event handler like you have it.  It is starting new sounds at the frame rate of your file the way you have it now.
    Try having an event listener dedicated to a KeyboardEvent.KEY_DOWN event where you detect when the UP key gets pressed and use that to trigger playing the sound.

  • How to make smb:// links open directly in Finder?

    Hello,
    When I click on an afp or ftp link (such as ftp://abcd.defg.com/xyz/ or afp://mac.local/xyz/), in my emails (Eudora), the request is transmitted to the Finder, and I end up with a window opened in the /xyz/ folder.
    This is the case because the email client is informed to do so with these links.
    However, when I click on an smb:// link (to reach a folder on a PC), then Safari is chosen be default, and can't do much more than opening a window with an error message, of course.
    When I try to change this, the email client asks for a program to do smb (Finder I suppose), but then, Finder is a strange software. It is there:
    /System/Library/CoreServices/Finder.app
    But when I try to tell Eudora to take is as the app for smb:// links, its icon is grayed, looking like a document and not an app (when all other apps are recognised as such).
    How can I solve this?
    It would be VERY usefull for my co-workers to be able to go directly to an smb mount from their email message.
    Thank you,

    Rick,
    Sorry about the misgiving adresses, folders and access rights. My question is not about these three (they were just here to tell the story). You're perfectly right to say that in a local network, there's not need to complete the full IP or ".com" name of the PCs (even if it works all the same).
    When I said "of course" for the perms, it was just to mean, in the same way, that it's not this kind of problems here.
    My question is much more a human/mac graphic interface problem than a network problem. I want the people (as well as myself) to be able to go in a folder on the pc network with a simple click on an smb link in an email message (as they do now on an ftp or afp link).
    Thanks for the bother,

  • How to make a link open up a mobile app?

    I have a mobile website and I would like the links to social medias to open up the associated app rather than a url in a browser.
    For example, when I click the link to my facebook page, how can i get it to open up the facebook app?
    Thank you

    Following URL's should work for in iOS for FB - http://iphonedevtools.com/?p=302.
    For eg. fb://feed would open up the installed Facebook app in your iPhone and will take you to your News feed page.
    Simiarly, try these links for Twitter - http://handleopenurl.com/scheme/twitter.
    Thanks,
    Vinayak

  • Make every link open in a new tab?

    How to make every link open in a new tab?

    Hello Sammy90
    first be sure that you have the next 2 options in [http://kb.mozillazine.org/About:config about:config] :
    * '''browser.link.open_newwindow''' = 3
    * '''browser.link.open_newwindow.restriction''' = 2
    to check that :
    # In the [[Location bar autocomplete|Location bar]], type '''about:config''' and press '''Enter'''. The about:config "''This might void your warranty!''" warning page may appear.
    # Click '''I'll be careful, I promise!''', to continue to the about:config page.
    # in the search field type(or copy paste from here) '''browser.link.open_newwindow'''
    # if the value is 3, you are ok, otherwise double-click on it and change the value to 3, click OK to save it
    do the same with '''browser.link.open_newwindow.restriction''', remember we need 2 as value.
    '''now''' do the same with '''browser.link.open_newwindow.override.external''' and '''change''' the value to '''3''' (it is -1 by default).
    probably you are OK now.
    thank you

  • How do you make a link open on a new page (typically the target="_blank" command) in MUSE?

    how do you make a link open on a new page (typically the target="_blank" command) in MUSE?

    Newer version does not have the same interface.  I'm stuck trying to understand how to add a "blank" target to a hyperlink...  See how your screenshot has a dropdown associated with the "Hyperlink" object?  Mine doesn't...

  • After clicking on an open tab, how to make the focus automatically go to the body of page?

    After clicking on an open tab, how to make the focus automatically go to the body of page?
    Right now, clicking in an open tab and using arrow keys now moves through the open tabs. I liked the old versions where right after clicking in a tab you could directly go to navigate the page with the arrow keys.
    Is there a something I can change in about:config to change this behavior?
    Thanks in advanced.

    Firefox should still set the focus the the browser area if you click a tab.<br />
    Only with very old browser versions you could set the focus to a tab by clicking a tab.
    This behavior is likely caused by an extension.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • I have lost the "+" on the tabs toolbar, so I can't open a blank tab. How do I fix?

    I closed out a tab, and when the tab closed I also lost the "+" button on the toolbar. So I can no longer open a blank tab. It happened only once, but I can't figure out how to get the "+" button back.

    You can find the New Tab button showing as a '+' on the Tab bar.<br />
    You can open the Customize window and drag the New Tab button from the Tab bar on another toolbar and it will become a regular toolbar button like the New Tab button that you have in Firefox 3 versions.<br />
    If you want the New Tab button at the far right end of the Tab bar then place a flexible to the left of it.
    * New tab toolbar button: https://addons.mozilla.org/firefox/addon/new-tab-toolbar-button/
    If toolbar items are missing then open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"<br />
    If a missing item is in the toolbar palette then drag it back from the Customize window on the toolbar<br />
    If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up.
    See also:
    * http://kb.mozillazine.org/Toolbar_customization
    If the above steps didn't help then see:
    * http://kb.mozillazine.org/Corrupt_localstore.rdf

  • How to make a link page come up in seperate window

    Am not sure how to make a link page to anther site for
    insatance come up in seperate window so that they do not navigate
    away from my site.Thanks Tony

    Select the item you want to use as a link. In the property
    inspector, type
    in the full path to the website you want to link to and set
    the Target to
    _blank.
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.csstemplates.com.au
    - CSS Templates | Free Templates
    http://www.perrelink.com.au
    - Web Dev
    http://www.DreamweaverResources.com
    - Dropdown Menu Templates|Tutorials
    http://www.adobe.com/devnet/dreamweaver/css.html
    "chesterarebest" <[email protected]> wrote
    in message
    news:e88357$ifp$[email protected]..
    > Am not sure how to make a link page to anther site for
    insatance come up
    > in seperate window so that they do not navigate away
    from my site.Thanks
    > Tony

  • Make Mailto links open in gmail from Safari

    Any way to make mailto links open in gmail web interface. I don't want to install google's gmail notification thing. Has anyone got a script or bookmarklet or something?

    Hi,
    If you are reluctant to go down the route of stand-alone application wrappers, I think your best bet is probably a Greasemonkey script of some sort. You will need to install SIMBL followed by GreaseKit. And while not all Greasemonkey scripts will work with GreaseKit due to differences between FireFox and Safari's JavaScript engines, you'll probably be able to find a few that will do the job, e.g. Mailto Compose In Gmail.
    It's not an ideal solution, but hopefully it should handle all mailto links originating from Safari.
    Yang

  • How to make downloadable links in Adobe Muse

    I am new to website design and am trying to figure out how to make downloadable links for some PDF flyers, PSD templates I am creating.   Not sure if "downloadable links" is the correct term for what I'm trying to say but in a nutshell I am creating Business Flyer's in PDF form and Photoshop PSD template files that I would like to be able to have my users click a link that allows them to download them right to their desktop.  Any help would really be appreciated!

    Hi caybar10gaming,
    I had the same question as you and was searching online for how to add "downloadable links" as well so your not alone in that lol. Anyways, I found this video that explains how to do this. I hope this helps you, as it did me. Good Luck  
    http://tv.adobe.com/watch/muse-feature-tour/add-and-link-to-any-type-of-file/
    -Caitlin

Maybe you are looking for