Recommended Posts

Hello is there any way to move the bookmarks menu button to the left near reload and stop? You can't move it while customizing the toolbar.

Also, any userchrome code to remove bookmarks toolbar and unsorted bookmarks menu from it would be super appreciated.

bookmarksbuttonrko5.jpg

as said a few pages back, you can not currently move the bookmarks button but you can move the search bar and address bar to the right of the button basically giving the same effect

Anyone know of any stylish scripts that move the app button into the tab bar? All of the ones posted here don't seem to work for some reason.

Try this! I just edited it a little but it's not mine. I found it here some pages before.

    #appmenu-button-container {
        position: fixed !important;
        top:1px !important;
        right:104px !important;
    }

    #main-window[sizemode=maximized] #appmenu-button-container {
        top: 8px !important;
    }

    #appmenu-button {
        padding: 1px 5px 1px 5px !important;
        height:19px !important;
        min-width: 10px !important;
        width: 39px !important;
        background-image: -moz-linear-gradient(rgba(255,224,159,0.8), rgba(255,224,109,0.5) 40%, rgba(255,224,109,0.2) 50%, rgba(255,255,255,0.05) 51%), -moz-radial-gradient(14px, circle cover, rgba(248, 233, 164, 0.7) 29%, rgba(248, 233, 164, 0.4) 35%, rgba(248, 233, 164, 0) 50%) !important;
        -moz-box-shadow: 0 0 5px rgba(255,255,255,.5) inset, 0 0 1px rgba(255,250,240,0.8) inset, 0 0 1px rgba(255,250,240,0.8) inset, 0 0 1px rgba(255,250,240,0.8) inset, 0 0 1px rgba(255,250,240,0.5) !important;
    }

    #appmenu-button:hover:active, #appmenu-button[open] {
        background-image: -moz-linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.2) 10%, transparent 60%), -moz-radial-gradient(14px, circle cover, rgba(248, 233, 164, 0.5) 29%, rgba(248, 233, 164, 0.2) 35%, rgba(248, 233, 164, 0) 50%) !important;
        -moz-box-shadow: 0 0 4px rgba(0,0,0,.3) inset !important;
    }

    #appmenu-button .button-text {
        color: transparent !important;
        text-shadow: none !important;
        margin-left: -25px !important;
        margin-right: -33px !important;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAADK0lEQVQ4jV2TTWxUZRSGn++7d+bey3SYMgMzdNLMTCu2VcE0CjG1qYqRSEhYKElTA66MooaNLozDwh8WjAs3JsSFSxeKRg0axSj+EApFYotAS0ctWmeEOpTS6fx0fu+9n4v+pPqsTk7yvuck57wCIGXIT4BUsu6OBbr2bO+p5J71OfWHxvzxMEuMA6eBLwu/nxxlDWLZQAGcDG09Ou/xDR3IXegE2F9zEMDg/rd59eky1z467575pfLdrrmLRw7dqJxjWXwgZUh1682gShlSra2Ha0qdK9nq63xDbXniLTUx8pz68Y1+9U5XuPrhwMZBACkEjwRDGgD7hoLE457V9c4GNF5u9XK1WGfw4B4efT1B594eHnvlHrNUku99/mRks9SkuL/jTk+jkrVxF6ps7/Ovmu0bChKXUEQnH9uCMrx8MNJK4sEIoZgVKN9sJqXHENFou+ZtVl18iaXp1UKEjbuf4dPj86hTC1y+eJuJM3/hojF5rUGhYNO9K8TiXG2nrhTrfa0SXQoqJUnLwB0A6J5JAGamcuQn05RmctiuzlhaYkmHSNxkMe/06PWaa2CD2SYZ/rZE8/tRZnIKgKOPv0vz/Y8RysGSLtWaIJKo0Lp+nnylQq1o69LwiHKpoEBAMKKxye/S1iYBOPzNi3zW9wOv7chQnJ2jUczzcHsW8vOUf72J1SIqugZX/sk2+/0bNLruNvl73GZbXOfeHSY+0+ZC5hacOI3d/jwxK8vB3jT1XIPrZ/Nowh3XbUcdnxpv3BcI6VY4ZtK+LYjdcBj7aZHMHw3gKknfU/Sv+40Xdt8mpNVZmFpg8mcNb2vwlEgZssXSGNaF6N055Mc0dBxHR5oa03kvc8Ua68QisXCTRMKgik56pMyfGau4ObapWwAcMeQDluQLS4rw1j6LSFRD1ySapjCkjeMIbMAMQSarmLhUr81NOwPJujsqVr4uZcheQ+MrBdFQi6Sz20sgKNAtwCOYvd4kc0OgqnYlN+v2J+vupdUwrXDMp3W4gpdcpfY6UiQce+k6piHYEJA1p6lOlBfU4UOLzvR/0vh/jvm0DuAuILrcmgHSa4Ur/AsXclHwqDchzQAAAABJRU5ErkJggg==") no-repeat 15px !important;
    }

    #appmenu-button dropmarker {
        margin: 0 2px 0 0 !important;
    }

    #navigator-toolbox[tabsontop="true"] #TabsToolbar {
        padding: 0px 112px 0 0px !important;
    }

    #main-window[sizemode=normal] #navigator-toolbox[tabsontop="true"] #TabsToolbar {
    padding-top: 7px !important;
    padding-right: 144px !important;
    }

    #main-window[sizemode=fullscreen] #navigator-toolbox[tabsontop="true"] #TabsToolbar {
    padding-right: 200px !important;
    }

Anyone know of any stylish scripts that move the app button into the tab bar? All of the ones posted here don't seem to work for some reason.

You can try something like this:

#appmenu-button-container {
  position: fixed !important;
}

#TabsToolbar {
  margin: 0 110px 0 110px !important;
}

Works best while maximized. Not exactly sure how you want it though.

tweaked around a slim design with a full functional menu used the extension Personal Menu(place Personal menu button left of Tabs.

https://addons.mozilla.org/en-US/firefox/addon/3895/

Removed the default ff button and used code for a button for personal menus.

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#TabsToolbar #cm-menu {

-moz-appearance: toolbarbutton !important;

-moz-box-shadow: none !important;

background: none repeat scroll 0 0 transparent !important;

border: medium none !important;

color: inherit !important;

margin: 0 !important;

padding: 3px !important;

text-shadow: inherit !important;

list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAytJREFUOMtdk01sVGUUhp/vu3fm3st0mDIDM3TSzEwrtlXBNAoxtamKkUhIWChJUwOujKKGjS6Mw8IfFowLNybEhUsXikYNGsUo/hAKRWKLQEtHLVpnhDqU0un8dH7vvZ+L/qT6rE5O8r7nJOe8AiBlyE+AVLLujgW69mzvqeSe9Tn1h8b88TBLjAOngS8Lv58cZQ1i2UABnAxtPTrv8Q0dyF3oBNhfcxDA4P63efXpMtc+Ou+e+aXy3a65i0cO3aicY1l8IGVIdevNoEoZUq2th2tKnSvZ6ut8Q2154i01MfKc+vGNfvVOV7j64cDGQQApBI8EQxoA+4aCxOOe1fXOBjRebvVytVhn8OAeHn09QefeHh575R6zVJLvff5kZLPUpLi/405Po5K1cReqbO/zr5rtGwoSl1BEJx/bgjK8fDDSSuLBCKGYFSjfbCalxxDRaLvmbVZdfIml6dVChI27n+HT4/OoUwtcvnibiTN/4aIxea1BoWDTvSvE4lxtp64U632tEl0KKiVJy8AdAOieSQBmpnLkJ9OUZnLYrs5YWmJJh0jcZDHv9Oj1mmtgg9kmGf62RPP7UWZyCoCjj79L8/2PEcrBki7VmiCSqNC6fp58pUKtaOvS8IhyqaBAQDCiscnv0tYmATj8zYt81vcDr+3IUJydo1HM83B7FvLzlH+9idUiKroGV/7JNvv9GzS67jb5e9xmW1zn3h0mPtPmQuYWnDiN3f48MSvLwd409VyD62fzaMId121HHZ8ab9wXCOlWOGbSvi2I3XAY+2mRzB8N4CpJ31P0r/uNF3bfJqTVWZhaYPJnDW9r8JRIGbLF0hjWhejdOeTHNHQcR0eaGtN5L3PFGuvEIrFwk0TCoIpOeqTMnxmruDm2qVsAHDHkA5bkC0uK8NY+i0hUQ9ckmqYwpI3jCGzADEEmq5i4VK/NTTsDybo7Kla+LmXIXkPjKwXRUIuks9tLICjQLcAjmL3eJHNDoKp2JTfr9ifr7qXVMK1wzKd1uIKXXKX2OlIkHHvpOqYh2BCQNaepTpQX1OFDi870f9L4f475tA7gLiC63JoB0muFK/wLF3JR8FTnLWUAAAAASUVORK5CYII=)!important;

-moz-image-region:rect(0 0 0 0)!important;

}

#TabsToolbar #cm-menu > .toolbarbutton-menu-dropmarker {

display: none;

}

#navigator-toolbox[tabsontop=true] #TabsToolbar{

padding-left: 0px !important;

padding-top: 0px !important;

padding-right:110px !important;

}

#appmenu-button-container{

position: fixed !important;

top: 999999999px !important;}

post-344796-12785565895386.jpg

post-344796-12785566089362.jpg

post-344796-12785566239736.jpg

You can try something like this:

#appmenu-button-container {
  position: fixed !important;
}

#TabsToolbar {
  margin: 0 110px 0 110px !important;
}

Works best while maximized. Not exactly sure how you want it though.

Thanks for the suggestions. This one sort of worked but I think it didn't work 100% because of the app button being cut off at the top (even before adding the script)

Before

64345832.png

After

28770681.png

Not sure if a fresh install of Firefox would fix it.

Thanks for the suggestions. This one sort of worked but I think it didn't work 100% because of the app button being cut off at the top (even before adding the script)

Before

After

Not sure if a fresh install of Firefox would fix it.

Maybe you have some more CSS enabled? Works fine on my end.

Anyone know how to increase the spacing/padding of the bookmarks in the bookmarks toolbar? Just want to space them out a bit more by about 2 pixels.

#PersonalToolbar .bookmark-item {
  margin-left: 5px !important;
}

This should do it.

Why does Direct Write look so bad?

Even in Steam it looks pretty awful

I don't like DirectWrite at all in Firefox.

I've grown used to it in Steam, but in Firefox it looks as though some letter are blurry, some are crisp, and some are in-between.

How can you get stylish on the latest minefield 4.0b2 build? I got the Dev build updated today... It installed and shows the icon. But I can't use any of the menu options to add styles or anything.

I have the same problem but not just Stylish but Gmail manager too.

Is there a GreaseMonkey build compatible with firefox 4?

Well I tested it for a few days, kinda like it, but still too many bugs to use as primary browser unfortunately - back to 3.6.6 for me

Really, what kind of bugs are you experiencing?

I'm developing themes for it and using it as my main browser and it seems to be working fine here.

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

    • No registered users viewing this page.
  • Posts

    • It STILL has horrid theme support. Hard to look at for me. The white is too bright, and the black too dark. I'm using classic outlook for the Dark Grey theme. It's just right for me.
    • inb4 someone leaves the usual "what an unfortunate name" comment
    • Cuktech 10 Ultra charger review: big display, four ports, 110W total power by Taras Buria Cuktech recently announced a couple of Ultra-branded chargers, including a desktop 300W charger, which I reviewed a few weeks ago. For those who do need that much (or who do not want to spend that much on a charger), Cuktech also offers the 10 Ultra, a traditional wall charger with similar features. Four ports, a big display, and up to 110W of power output. After using it for a few weeks, here are my impressions. Disclaimer: Cuktech provided the review unit without any editorial input or pre-approval. Like the 30 Ultra, the 10 Ultra arrived in a box made of nice cardboard with quality print all over it. Inside, besides the charger, you will find a 240W 6A charger, which, this time, is fully braided. While Cuktech always bundles high-power cables with its chargers and power banks, they are usually regular and unassuming. This time, the cable is much nicer, matching the charger's $59.99 price tag. The charger itself measures 67 x 76 x 33 mm or 2.6 x 3.0 x 1.3 inches and weighs about 250 grams. Considering the charger has four ports and a big display, I would say the compact size is quite impressive, albeit a little hefty. The overall design is similar to other chargers from the manufacturer, minus the chrome Cuktech logo next to the four ports. The Cuktech 10 Ultra has retractable prongs for better portability. Its front side is covered with piano black plastic housing two elements: a capacitive button with backlight and a quite large display for various charging stats. Ports are downward-facing, and I have mixed feelings about such a design. It is not the most convenient when you frequently connect and disconnect cables. It makes you bend over to find the right port to connect, and it is a no-go with outlets mounted closer to the floor. On the bright side, design like this eliminates clutter and sagging, especially when using four cables at once. Plus, you get plenty of space for a big display. Ports include two high-speed USB Type-C ports, one Type-C for less demanding devices, and one classic USB Type-A. The first two ports deliver full 100W, while the third is capped at 45W. As for the Type-A port, its maximum output is 18W. In total, the charger delivers 110W of power, but in my testing, I managed to squeeze 117W when charging two power banks and a tablet. Quite impressive. Type-C1 Type-C2 Type-C3 Type-A Single-port 100W 100W 45W 18W Two ports 80W 20W - - Three ports 65W 20W 20W - Four ports 65W 20W 10W 10W The charger can detect handshake protocols and balance power across all four ports according to each device's needs. As such, power is not limited to the values in the table above. You can have two ports charging at 55W, three ports at 45W + 20W, and more. For some reason, Cuktech is not listing the supported protocols, but a quick test showed that it is compatible with PD3.0, PPS, QC5, DCP, and UFCS. When you connect a compatible device, the charger automatically detects its charging standard and displays it on the screen, for example, Apple 6A or Samsung 3A. Speaking of the screen. The main highlight of the 10 Ultra is its 1.57-inch display with a maximum brightness of 700 nits and 160-degree viewing angles. The display takes up most of the front, and it shows various charging-related information, including total output power, current temperature, power distribution across ports with watts, volts, and amps, a screensaver, and more. You can toggle between the different views by tapping the button, and holding it changes the screen orientation (portrait or horizontal, plus flipped) according to your socket position. The screen is very nice. It is sharp, vivid, and the fonts are easy to read. As for settings, you can change the following: Keep the screen on or off Lock the screen orientation (hold the button to change the screen orientation) Keep the USB Type-A port on Toggle power modes The charger has three power modes: AI: standard mode that automatically allocates power to each connected device. Power Priority: prioritizes power for high-demand devices, such as laptops or power banks. Balanced: splits power evenly across connected devices according to their needs I was skeptical at first, but after testing a few devices in different modes, I can see the benefit of these three modes. The most useful is power priority, which gives the first Type-C port more power. When I was charging a 100W power bank (port 1) alongside a 140W power bank (port 2), Power Priority split the total output about 75-30. Balanced mode, as the name suggests, splits the total output between the two ports more or less equally. As for AI mode, the charger uses its brain to detect which device needs more power. In my testing, it figured out that the 140W power needs a bit more juice. As I said, I expected this to be more of a gimmick, but the three built-in modes turned out quite useful. For example, you can prioritize your laptop while giving other ports a little less power, but still enough to charge at acceptable speeds. Unfortunately, unlike the 30 Ultra, this charger cannot display the battery level of the device being charged. This small feature turned out to be very useful when I was testing the 30 Ultra, as it allowed me to see my phone's battery level without picking it up. Like other Cuktech chargers I tested, the 10 Ultra one proved itself reliable and well-made. It uses Gallium nitride semiconductor technology to reduce the charger's size and improve efficiency. It is also better at dissipating heat, but I have to say that when charging two power banks at 117W total, the charger got hotter than what I would call comfortable (hold it for a few seconds, and you start feeling a burning sensation at your fingertips). However, the built-in thermal indicator remained below the temperature threshold, with the screen reassuring that the device operated at "High performance" (I tested it in a 21 °C / 69 °F room). Overall, the Cuktech 10 Ultra is a solid choice. If you need four ports and you like to nerd out on various stats, it is a very easy recommendation. It will take care of your laptop, phone, tablet, and power bank without breaking a sweat, plus the build, material, and cable quality are top-notch. The mode switcher is handy when charging different devices with different power needs, too. I cannot say a display is a must-have in a charger, especially when it makes you more conscious about where to plug it, but it is a neat addition if you have a socket at your table or bed level, so that you can actually use the display and its features. The more important fact is that despite its size and quality, the display does not make the charger that much more expensive than similarly powerful chargers from competitors. Plus, you can save 10% on the 10 Ultra with a promo code on Amazon. Buy Cuktech 10 Ultra charger - $53.99 on Amazon with a promo code As an Amazon Associate, we earn from qualifying purchases.
    • Last week I was investigating an issue with contacts and tried using the new Outlook. In the real (Classic) Outlook, you can easily go to any Outlook folder and present it in a Table View, then customize the columns to show/sort any field, which was exactly what I needed. But of course, the new Outlook doesn't have this feature at all. I gave up. Oh, and can we possibly stop claiming the new Outlook has PST support? What it really has is the ability to use the real Outlook in the background to pretend to have PST support. There is no PST support without the real Outlook installed.
    • Honestly just before Panos left it started to feel like MS just wasnt interested in them so they were being less innovative with them, and then when he DID leave for Amazon its kind of clear the direction is gone. It felt like Panos had both goals and drive, and a vision, but it felt like no matter what his title/department was the Surface devices never had the full interest of the rest of management and he was just pushing a bolder up a hill that MS was adding dirt to as he went.
  • Recent Achievements

    • Conversation Starter
      mobandz earned a badge
      Conversation Starter
    • Apprentice
      fernan99 went up a rank
      Apprentice
    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
    • One Year In
      MadMung0 earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      477
    2. 2
      PsYcHoKiLLa
      247
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      76
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!