Recommended Posts

Here you go, this label, i want it out. I just want to keep the bookmark tab not the text.

post-141682-12831397870701.png

This is what the setup looks like with that add-on. Custom labels and folder labels are there, while the text on the bookmark button is gone as you wanted. Text on regular bookmarks is gone too though. If you wanted to keep those, then I guess I'm no help.

60818396.png

Looks very good. Is the background theme blue by default or your are using the "blue add-ons page" script ?

that is by default but it's only a first step to achieve this:

https://bug586066.bugzilla.mozilla.org/attachment.cgi?id=464544

Is it possible to edit the spacer you can use in the customize menu?

there is "flexible space" & "space" to choose from.

I've used "space" here.

Have a look to see what i mean:

post-251611-12831612695365.png

post-251611-12831612807139.png

I have rounded corners in the nav.bar and want the "home" button more close to the edge

to suite the bar.

Maybe a little bit vague, but I hope someone understands :laugh:

Cheers

that is by default but it's only a first step to achieve this:https://bug586066.bugzilla.mozilla.org/attachment.cgi?id=464544

Looks even better. But with all the options in that page, maybe the "Add-ons Manager" name doesn't fit any more... :)

Is it possible to edit the spacer you can use in the customize menu?there is "flexible space" & "space" to choose from.I've used "space" here.Have a look to see what i mean:post-251611-12831612695365.pngpost-251611-12831612807139.pngI have rounded corners in the nav.bar and want the "home" button more close to the edgeto suite the bar.Maybe a little bit vague, but I hope someone understands :laugh:Cheers

In the "home as tab" script search for line " margin-left: 3px !important; " and edit 3 to a smaller value! (you can even set it -1)

This is how mine looks fullscreen on Vista (I know is dark, but all windows become darker maximized on vista (I'm at work) on Win 7 looks much better) :

post-344974-1283172515759.jpg

In the "home as tab" script search for line " margin-left: 3px !important; " and edit 3 to a smaller value! (you can even set it -1)

Well I don't use the "home as tab" script, I use the "darker inactive tab" code so...

#TabsToolbar > .toolbarbutton-1:not(#alltabs-button):not(#new-tab-button) {
 -moz-appearance: none !important;
 margin: 0 !important;
 padding: 0 !important;
 background-repeat: no-repeat !important;
 background-size: 200% !important;
 -moz-border-image: url("chrome://browser/skin/tabbrowser/tab.png") 4 5 3 6 / 4px 5px 3px 6px !important;
 -moz-border-radius: 10px 8px 0 0 !important;
}

.tabbrowser-tab:not([selected="true"]),
.tabs-newtab-button,
#TabsToolbar > .toolbarbutton-1:not(#alltabs-button):not(#new-tab-button) {
 background-position: -5px -2px !important;
 background-image: -moz-linear-gradient(top,rgba(198,201,206,.70),
 	rgba(151,160,172,.70)),
 	-moz-linear-gradient(bottom, rgba(0,0,0,.8) 20%, rgba(0,0,0,0) 60%) !important;
}

.tabbrowser-tab:not([selected="true"]):hover,
.tabs-newtab-button:hover,
#TabsToolbar > .toolbarbutton-1:not(#alltabs-button):not(#new-tab-button):hover {
 background-image: -moz-linear-gradient(top,rgba(198,201,206,.8),
 	rgba(151,160,172,.8)),
 	-moz-linear-gradient(bottom, rgba(0,0,0,.8) 20%, rgba(0,0,0,0) 60%) !important;
}

.tabbrowser-tab:not([selected="true"]) {
 text-shadow: 0 1px 0 rgba(255,255,255,.3) !important;
}

Well I don't use the "home as tab" script, I use the "darker inactive tab" code so...

I don't know what to tell you exactly. The funny thing is that with your scrip active and mine disabled my home button is at the very edge when maximized. So try using this script, even if I can't be sure they'll work:

For left spacing:

#TabsToolbar > #home-button {margin-left: 0px !important;}

For that ugly right spacing:

#TabsToolbar > #home-button + #tabbrowser-tabs {margin-left: 0 !important;}

By the way, I don't know if you are aware that in window mode you can't have a button at the very edge of the window because of the window border they have.

To make the home button bigger:

#TabsToolbar > #home-button {width: 35px !important;}

By the way, thanks 4 your script, didn't know about it. Those brighter inactive tabs are useful !

You consider 10% with forty tabs open high CPU usage? I'd call that fair.

Well Minefield fluctuates between 10-20% most of the time and spikes sometimes as high as 35%

In Firefox 3.6 I fluctuate between 2-9% with the same 40 tabs.

Well Minefield fluctuates between 10-20% most of the time and spikes sometimes as high as 35%

In Firefox 3.6 I fluctuate between 2-9% with the same 40 tabs.

Actually there was a performance fix (hopefully not backed out) which throttled non-visible tabs and thus decreased CPU utilization.

What you are seeing most likely is due to 130078, which introduced an onslaught of rendering bugs and performance issues.

This is what the setup looks like with that add-on. Custom labels and folder labels are there, while the text on the bookmark button is gone as you wanted. Text on regular bookmarks is gone too though. If you wanted to keep those, then I guess I'm no help.

60818396.png

Thanks Kyang, but just want to remove the text from bookmark button while leaving text on regular bookmar. I guess, that's not possible. >_<

How do I get the bookmarks text shadow like the "Menu bar"?

post-141682-12831245670795.png

I got up to here but can't get it exact T_T

toolbarbutton.bookmark-item .toolbarbutton-text 
{ color: #000000 !important;
  background: transparent !important;
  text-shadow:  white 0px -1px 6px !important; 
  -moz-appearance: none !important;
  border: #000000 !important;}

Actually there was a performance fix (hopefully not backed out) which throttled non-visible tabs and thus decreased CPU utilization.

What you are seeing most likely is due to 130078, which introduced an onslaught of rendering bugs and performance issues.

Thanks for the info! Any time for fix yet?^^

Sorry for the Double Post but I think I stumbled across an interesting bug:

As I said before my Minefield used 10-20% with 40tabs.

That was when I copied the session file over from Firefox 3.6

Now when I start in Minefield with a single tab and then open the other 39 one by one, my CPU usage is as high has 2% :blink:

Sorry about the double post, wouldn't let me edit

How do I get the bookmarks text shadow like the "Menu bar"?

#PersonalToolbar {
    border: none !important; 
    background: none !important; 
    text-shadow: #fff 0px 0px 10px, #fff 1px 1px 10px, #fff 1px 1px 3px !important;
}

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • OpenAI is now rolling out Lockdown Mode to more ChatGPT users by Pradeep Viswanathan Back in February, OpenAI first announced Lockdown Mode for users who want the most comprehensive protection from potential attacks. At the time of the announcement, the company mentioned that this feature was available to a small set of highly security-conscious users, including executives or security teams at leading organizations. Today, OpenAI announced that Lockdown Mode is now rolling out to all personal ChatGPT accounts, including Free, Go, Plus, and Pro, and also self-serve ChatGPT Business accounts. Users can enable the feature from ChatGPT Settings > Security when it is available for their account. When Lockdown Mode is enabled, ChatGPT limits or disables several features that connect to the web or external services. These include live web browsing, Deep Research, Agent Mode, and more. Here is the complete list of services that will be disabled in Lockdown Mode: Live web browsing: Web browsing is limited to accessing only cached content. Search results may be limited, unavailable, or stale. Image support: ChatGPT may not display images in regular responses or retrieve images from the web. Users can still upload image files, and image generation remains available where it is otherwise available. Deep research: Deep research is disabled. Agent mode: Agent mode is disabled. Canvas networking: Users cannot approve Canvas-generated code to access the network. File downloads: ChatGPT cannot download files for data analysis. ChatGPT can still operate on your manually uploaded files. It is important to note that Lockdown Mode does not completely block prompt injections from appearing in content that ChatGPT processes. For example, a malicious instruction could still be present in an uploaded file or cached web content. However, the mode is designed to reduce the ways such an attack could send sensitive information outside the conversation. Along with Lockdown Mode, OpenAI today also announced that the Active sessions feature is now available across ChatGPT accounts and workspace types. This feature allows users to review where their account is signed in across devices and end sessions if required. A session will have the following information displayed: Device or browser information. First-party app context, such as ChatGPT, Codex, or API Platform. Approximate location. Sign-in date and time. Whether the device is a trusted device. Whether it is your current session. OpenAI highlighted that the Active sessions feature will not be available for accounts linked to an organization’s single sign-on setup, including SAML or OIDC.
    • with LSTC and ESU, moving to w11 or linux because w10 suddenly will not work when in reality it works and its a better choice, of course there are also developers that only test in 11 or force you to have TPM and Secure boot for the sake of "better security" in games. or most likely people is buying new PC that only ship with 11
    • with LTSC and ESU there are still viable as a stable platform not that they care and let people deal with w11 crashing and burning every month support mean shet if the platform is trash
    • Most boring game ever. Repetitive, empty, predictable, and full of cliches. Total waste of time and money, IMO.
  • Recent Achievements

    • Rookie
      moog19 went up a rank
      Rookie
    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
  • Popular Contributors

    1. 1
      +primortal
      487
    2. 2
      PsYcHoKiLLa
      270
    3. 3
      Skyfrog
      75
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      63
  • Tell a friend

    Love Neowin? Tell a friend!