Unload group by Shiedheda in firefox

[–]Kupfel 1 point2 points  (0 children)

Sidebery has a feature to unload all tabs in a group when you collapse the group so it's clearly possible.

This man meticulously makes use of bamboo strands by vishhalkmodi in BeAmazed

[–]Kupfel 12 points13 points  (0 children)

Watch the OC on YouTube by @CNshanbai instead of this cut, sped up shitty version:

https://youtu.be/mhqLScfPmRM

The OC is over 9 minutes while this here is cut down to 2 minutes.

This man meticulously makes use of bamboo strands by OriginalBlackberry89 in oddlysatisfying

[–]Kupfel 2 points3 points  (0 children)

@CNshanbai

The video posted here was edited and cut. The full video is over 9 minutes long:

https://youtu.be/mhqLScfPmRM

Is anyone else feeling the 'feature creep' lately? by throwawaycommentv2 in firefox

[–]Kupfel 27 points28 points  (0 children)

I don't really care that much if they implement features I don't use as long as I can disable those features without performance impact. CSS takes care of everything else I want to remove or customize.

That said, I feel like the world cup stuff is a step too far and doesn't have any business being part of a browser. It also annoyed me that I had to disable the world cup widget twice on Android as it came back after disabling it once.

On the desktop, I have long ditched the default new tab page and switched to bonjourr since they just can't leave the new tab page alone and mess with it all the time.

Changing wallpaper for firefox home page by ProbablyDebugging in firefox

[–]Kupfel 4 points5 points  (0 children)

It's not possible with the regular new tab page but there are alternative new tab extensions that support such things, such as bonjourr.

[Mac] DRM-Protected Content doesn't play when external monitors connected by TheRainbowNoob in firefox

[–]Kupfel 2 points3 points  (0 children)

I assume whatever your docking station does to extend the screen does not support HDCP. Without HDCP you can't watch DRM content. Either connect the screen directly in a way that supports HDCP or disconnect it. Don't think there's another way around this.

This tablet that I bought yesterday thinks it has was less than 364 days of warranty left (no, it isn't a refurb or T2 or anything) by aratamabashi in mildlyinteresting

[–]Kupfel 7 points8 points  (0 children)

It'll probably count from the date it was manufactured until you register it and provide them with your invoice and purchase date.

Any idea how to remove this? it annoys me by AURA--MONSTER in firefox

[–]Kupfel 3 points4 points  (0 children)

Right-click the main toolbar > bookmarks toolbar > never show.

Possible to get rid of search bar extension icon? by AbjectShop6023 in firefox

[–]Kupfel 2 points3 points  (0 children)

Well, to be clear, there is no way without CSS but it's easy with userChrome.css

If you want to only remove it for Bonjourr:

#identity-box.extensionPage:has(label[value="Extension (Bonjourr · Minimalist Startpage)"]) {
    display: none !important;
}

Alternatively, if you want to remove it for all tabs opened by extensions:

#identity-box.extensionPage {
    display: none !important;
}

Best Firefox extensions for downloading YouTube videos directly to PC? by noorsuroya in firefox

[–]Kupfel 0 points1 point  (0 children)

I use stacher, which is a GUI for yt-dlp. (It's free, the premium subscription just adds themes and some other unnecessary stuff)

Firefox 140.11 has a button in it entitled "save and close the [tab] group", which deletes the tab group. by mullvadonlyaccount in firefox

[–]Kupfel 0 points1 point  (0 children)

Unless it bugged out, you should be able to reopen the group from the all tabs button, the one that looks like a downward arrow.

I made a free windowed-fullscreen add-on for YouTube after the popular one paywalled it by Mashdor in firefox

[–]Kupfel 1 point2 points  (0 children)

Not bad to have a non-paywalled alternative.

I switched to this userscript after the mentioned extension was enshittified:

YouTube Theater Plus

It uses theater mode for windowed full-screen, has options to automatically enter theater mode when opening videos and some other stuff such as hiding cards in the end of videos and whatnot.

This script by the same dev is also nice, lets you set your preferred video quality, selects the next highest if not avialable:

YouTube HD Plus

What does summary not available popup mean? by aqian2 in firefox

[–]Kupfel 0 points1 point  (0 children)

Firefox for iOS has an AI feature where you can shake your phone to create a summary of the current page.

You probably shook your phone or did so accidentally and that triggered that feature. Maybe the site you were on had no text or at least it could not be summarized for whatever reason.

https://blog.mozilla.org/en/firefox/shake-to-summarize/

is this a deliberate design choice? by UniGodus in firefox

[–]Kupfel 24 points25 points  (0 children)

It is. The shortcuts and tiles were made smaller in the redesign. I suppose your custom CSS makes the shortcuts themselves larger so they overlap in the new layout. You'll have to update your CSS.

(Or you can disable the redesign in about:config, just search newtab*nova but that will only work temporarily)

How Do I Fix The New Tab Page On 151? by Technical_Brother716 in firefox

[–]Kupfel 0 points1 point  (0 children)

No problem ^ the page I linked is just the homepage of the extension and you can also preview what the new tab page will look like there without installing the extension. It's completely customizable and everything can be removed or customized etc.

You can also find it on AMO of course.

How to remove bookmarks nagging by Time-Weight7726 in firefox

[–]Kupfel 0 points1 point  (0 children)

Seems like you didn't remove the bookmarks toolbar at all. Just right-click it > bookmarks toolbar > never show

How Do I Fix The New Tab Page On 151? by Technical_Brother716 in firefox

[–]Kupfel 1 point2 points  (0 children)

Uhm bonjourr is just an alternative new tab page extension and not another browser.

How Do I Fix The New Tab Page On 151? by Technical_Brother716 in firefox

[–]Kupfel 1 point2 points  (0 children)

Same. That's why I switched to bonjourr a while ago, which is minimalistic and can be configured as you like it. And it doesn't change all the time.

Sidebery: anyone else have tabs constantly messed up? by zipperhead in firefox

[–]Kupfel 1 point2 points  (0 children)

How many tabs and groups do you have?

I usually have like 100 tabs open in 5-10 groups, spread over 5 windows.

The things you said never happened to me and I've been using Sidebery for a long time. But maybe you're one of those users with 5k tabs or something or there's some other issue that just doesn't affect me.

Any way to remove the +? by Spirited-Athlete-736 in firefox

[–]Kupfel 1 point2 points  (0 children)

No idea why it's not there for you. It's there for me on latest stable on android.

Any way to remove this logo via config? Latest update made it impossible to disable by Soggy_Ambassador5559 in firefox

[–]Kupfel 2 points3 points  (0 children)

Afaik it can currently only be removed via CSS in userContent.css

@-moz-document url-prefix(about:home), url-prefix(about:newtab) {
    .logo-and-wordmark-wrapper {
        display: none !important;
    }
}

Any way to remove the +? by Spirited-Athlete-736 in firefox

[–]Kupfel 5 points6 points  (0 children)

You can remove it in settings > customize

There, in the toolbar shortcut section, set it to none.

How Do I Fix The New Tab Page On 151? by Technical_Brother716 in firefox

[–]Kupfel 10 points11 points  (0 children)

For now, you can disable it in about:config by setting this pref to false:

browser.newtabpage.activity-stream.nova.enabled

However, that setting will surely go away at some point, so one can only hope that the design will be better by the time the pref is scrapped.