Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

Make Speed Dial Transparent

more options

I have a theme set for the hole of Firefox. I was wondering if I could make the Speed Dial transparent so I can see all of the theme.

Thank you!

I have a theme set for the hole of Firefox. I was wondering if I could make the Speed Dial transparent so I can see all of the theme. Thank you!

Tüm Yanıtlar (5)

more options

try see here Userstyle

more options

@Nellus91 No, it just came up with the same as it did before I installed the plugin.

more options

Sorry also try Super Start

more options

@Nellus91 It's not showing my browser theme. I went to the add-on setting (prefences) and change it to transparent, still not my browser theme. :(. Might have to say Bye-bye Firefox.

more options

When you say "speed dial" do you mean the built-in new tab page with the 9 thumbnails?

Since you have the Stylish extension, try this:

Select the following style rule and copy it:

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:newtab") {
    #newtab-scrollbox {
        background-color:transparent !important;
        background-image:none !important;
    }
}

Display the new tab page

Click the Stylish menu button ("S" icon) and choose Write New Rule > Blank Style

Paste into the larger box with the initial line number 1 on the left

Click the Preview button

If it works, name it and save it. You're done.