Отображение вопросов с тегом:

access denied to lots of websites.

i looked up lots questions and solution. nothings seems to work. i did all Troubleshoot and diagnose Firefox problems. cleared cache, restarted firefox, refreshed. every… (читать ещё)

i looked up lots questions and solution. nothings seems to work. i did all Troubleshoot and diagnose Firefox problems. cleared cache, restarted firefox, refreshed. everything I could do. nothing works.

could you tell me what else I can try?

Решено 2 107

Suggestion: Tools,Settings, Privacy & Security

Within Tool Settings create an option to choose one of the current six choices to become the default view. Currently "General" is the only default view upon entering Tool… (читать ещё)

Within Tool Settings create an option to choose one of the current six choices to become the default view. Currently "General" is the only default view upon entering Tools,Settings. As is with me I suspect the most revisited choice within Tools, Settings is "Privacy & Security". Would be immensely pleasing if I could select "Privacy & Security" as default view when entering Tools,Settings .

Решено 1 118

I am getting access denied message when I try to log access Kroger.com.

This is the message I get when I try to access Kroger.com. It has always worked before and nothing has changed on my computer. No issues accessing other sites. You don'… (читать ещё)

This is the message I get when I try to access Kroger.com. It has always worked before and nothing has changed on my computer. No issues accessing other sites.

You don't have permission to access "http://www.kroger.com/pr/pickup-delivery-savings-4?" on this server.

Reference #18.13200117.1772323532.fee04a0c

https://errors.edgesuite.net/18.13200117.1772323532.fee04a0c

Решено 1 150

Add-on no longer on Toolbar

I'm using the OneTab add-on, Enabled. The icon no longer shows on the Toolbar, though it is on the Menu bar next to Firefox View. I ran Remove and then Added it again, h… (читать ещё)

I'm using the OneTab add-on, Enabled. The icon no longer shows on the Toolbar, though it is on the Menu bar next to Firefox View.

I ran Remove and then Added it again, hoping the Toolbar Icon would reappear = no go, And I lost all URLs already saved, stupid me. To be clear, clicking the Icon on the Toolbar saves all open tabs.

Is there a fix via Preferences? Thanks. gw

Решено Архивировано 9 346

userChrome.css - Help With Customizing Tabs (part 2)

Hi All, I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be ver… (читать ещё)

Hi All,

I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be vertically centered. Right now, the text is dropping too close to the bottom of the tab.

Had this looking very nice in FF 88 with the same code, as you can see in the attached images, but it seems to render differently in FF 115 ESR and FF 125.

Below is some code I used to style the tabs, but the problem exists without this code as well.

I've also included some "tabs on bottom" code I'm using as well at the very bottom.

Would sure like to get those Classic Toolbar Buttons working again too (shown in the second image), but that will be a later request :)

Any help is appreciated.

Thanks!

/* Highlight non-selected tabs on mouseover */ .tabbrowser-tab:not([selected]):hover .tab-content {

  background-color: #dbe3eb !important;

}

  1. TabsToolbar {
 -moz-box-ordinal-group: 3 !important;
 padding-top: 0 !important;
 padding-bottom: 0 !important;
 height: 25px !important;
 background-image: url("bkmr_back.gif") !important;
 border-top: 1px solid #afc0d2 !important;
 border-bottom: 1px solid #8698aa !important;

}

/* Background color of selected tab */ .tab-background[selected="true"] {

   background-attachment: none!important;
   background-image: none!important;
   background-color: #eef5fc !important;

}

/* Background color of non-selected tab */ tab-background:not([selected]) {

   color: #000000 !important;
   background-color: #c7d3e0 !important;

}

/* Border color & bold text for selected tab */

  1. TabsToolbar .tabbrowser-tab[selected] {
   font-weight: 700 !important;
   color: #000 !important;
   border-top: 1px solid #8698aa !important;
   border-left: 1px solid #8698aa !important;
   border-right: 1px solid #8698aa !important;

}

/* Border color & normal text for non-selected tab */

  1. TabsToolbar .tabbrowser-tab:not([selected]) {
   font-weight: 600 !important;
   color: #000 !important;
   border-top: 1px solid #afc0d2 !important;
   border-left: 1px solid #afc0d2 !important;
   border-right: 1px solid #afc0d2 !important;

}

/* -------------- TABS ON BOTTOM --------------- */ /* TABS: below nav-bar - updated for 89+ | 108+ | 113+ */

  • |*:root {
 --tab-toolbar-navbar-overlap: 0px !important;
 --tab-min-height: 25px !important; /* adjust */
 --tab-min-width:  80px !important; /* adjust */

}

  1. navigator-toolbox #TabsToolbar {
 position: absolute !important;
 bottom: 0;
 /* height: 27px !important; */
 height: 28px !important;
 width: 100vw !important;

}

/* navigator-toolbox - padding */

  • |*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
 position: relative !important; /*89+*/
 padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*adjust*/
 background-color: var(--toolbar-bgcolor) !important;

}

/* TABS: HEIGHT */

  1. tabbrowser-tabs,
  2. tabbrowser-arrowscrollbox,
  3. tabbrowser-tabs .tabbrowser-tab {
 min-height: var(--tab-min-height) !important;
 max-height: var(--tab-min-height) !important;

}

.tab-stack {

 height: var(--tab-min-height) !important;

}

  1. TabsToolbar {
 height: var(--tab-min-height) !important;
 margin-bottom: 0px !important;
 /* box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*optional*/
 /* background-color: var(--toolbar-bgcolor) !important; */
 color: var(--toolbar-color) !important;

}

/* drag space */ .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {

 width: 40px;

}

/* Override vertical shifts when moving a tab */

  1. navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
 padding-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] #tabbrowser-tabs {
 padding-bottom: unset !important;
 margin-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] > #nav-bar {
 margin-top: unset !important;

}

/* hide indicators and caption buttons */

  1. TabsToolbar .private-browsing-indicator {display: none !important;}
  2. TabsToolbar .accessibility-indicator {display: none !important;}
  3. TabsToolbar .titlebar-buttonbox-container {display: none !important;}
  4. TabsToolbar #window-controls {display: none !important;}

/* -------------- TABS ON BOTTOM --------------- */

Решено Архивировано 45 2272

I cannot access Fry's digital coupons.

I cannot access Fry's digital coupons - it always says: no coupons available try again later. Fry's customer service says it is my server not Fry's that is the problem.… (читать ещё)

I cannot access Fry's digital coupons - it always says: no coupons available try again later. Fry's customer service says it is my server not Fry's that is the problem.

Can you help?

Закрыто 2 103

How can I turn on spellcheck as default?

I was happily typing along and noticed both a typo and the fact that the typo was NOT underlined in red squiggles. Hmmmm, I thought. Fiddling around, I discovered an opt… (читать ещё)

I was happily typing along and noticed both a typo and the fact that the typo was NOT underlined in red squiggles. Hmmmm, I thought.

Fiddling around, I discovered an option on right-click that allowed Me to turn on spellcheck. Now, every time I type in an email or forum, on Twitter, anywhere, I have to right-click to be sure of My spelling.

Thus began My efforts to find how to set the button to be on by default... Finding none led Me to "Help," which a search of the term "spellcheck default" led Me to a zero in returns. Sure, there were discussions with those terms, but I could not prowl them all looking for the method of setting spellcheck to be on by default. The first few pages yielded nothing...

So if You would please, direct Me to that function. [smile]

Thank You.

Решено Архивировано 5 122

Unable to access certain websites. Access denied errror

Hi, This is my second post regarding this problem. Upon searching and reading the answers to this problem on the Mozilla's community, I found out that Firefox last updat… (читать ещё)

Hi,

This is my second post regarding this problem. Upon searching and reading the answers to this problem on the Mozilla's community, I found out that Firefox last update on Windows 7 computers is 115.33Oesr. According to cor-el, one of Mozilla's community Moderator, Firefox is stuck on this version not updating to the newest Firefox 148.02. on Windows 7 computers. I thought the whole idea of having Firefox Oesr version was to allow Windows 7 computers to continue using Firefox. Now I have many websites telling me "Access denied". Home Depot, Costco, Kohl's, Ralph's so far that I have found out. Everything works on Chrome, which I prefer not to use. Everything works on my laptop with Windows 11 version Firefox 148.02

Is this going to be fixed???? Is Firefox Oesr going to update to version 1408.02 so people/computers with Windows 7 can continue using these websites?????

I would greatly appreciate your help!!!!!!

Amy

Решено 1 94

Firefox browser

Hi when saving bookmarks with the key Control+ Shift + D this saves all bookmarks but doesn't save pinned bookmarks, what keys save all bookmarks including the pins? Tha… (читать ещё)

Hi when saving bookmarks with the key Control+ Shift + D this saves all bookmarks but doesn't save pinned bookmarks, what keys save all bookmarks including the pins? Thanks

Решено Архивировано 5 189

Keyboard shortcut clear cookies

Is there a keyboard shortcut to remove cookies from the website? I mean the page I am currently on. And if there is no such shortcut, can I somehow create one myself? … (читать ещё)

Is there a keyboard shortcut to remove cookies from the website? I mean the page I am currently on. And if there is no such shortcut, can I somehow create one myself?

Решено Архивировано 2 189

Private browsing zoom settings

I'm having a problem with websites not remembering my zoom percentage settings. The zoom settings were remembering on my administrator account until recently. The stran… (читать ещё)

I'm having a problem with websites not remembering my zoom percentage settings. The zoom settings were remembering on my administrator account until recently. The strange thing is that zoom settings on websites ARE remembered in my standard user account on the same device. I am talking about private browsing only & after I close the session & reopen another Firefox session. Thank you

Решено Закрыто Архивировано 5 157

program help

Hopefully you can help. I know this may be a Microsoft issue or question but I'm having trouble in finding a reasonable way to contact them for help. My question is, my … (читать ещё)

Hopefully you can help. I know this may be a Microsoft issue or question but I'm having trouble in finding a reasonable way to contact them for help. My question is, my computer runs slow, and so I thought I would clean up my files by using the Microsoft disk clean up procedure. I did so. But, my specific question is what is a good number to have when the it says a given number of disk space can be cleaned up? For example, I believe when I first tried to clean the disk it said 5.1 GB of disk space could be cleaned. When I ran the disk clean process and it completed it then said 66 KB of disk space could be cleaned. So how much disk space did I gain or get cleaned up? And, if I can only clean up 66 KB of disk space is that indicative of not really needing to clean the disk any farther? Hopefully some one can help. While this may be a Microsoft issue, I believe the Firefox contributors have enough computer knowledge to help answer my question. At least that is my hope. Thank you.

Решено Архивировано 2 209