顯示下列標籤的問題: 顯示所有問題

How to stop filename append (1) for existing file during add-on that uses WebExtensions API

I have tried multiple Firefox Extensions for saving images instead of using the default Right-click "Image Save as" function, so reduce steps. All of the extensions have … (閱讀更多)

I have tried multiple Firefox Extensions for saving images instead of using the default Right-click "Image Save as" function, so reduce steps. All of the extensions have the same issue. When the filename already exists, there is no failure but instead a (1) is appended to the end of the file name. No message/prompt either to skip/cancel. It just silently appends. And (2) (3) and so on.

Is this a limitation of the Firefox WebExtensions API? Is it not possible to return a verbose failure for existing filenames?

xenon2000 於 18 小時前 詢問

Reading List Extension?

I'm switching to Firefox from Vivaldi since adblocking on YouTube no longer works on Chromium-based browsers, and Google is determined to annoy me even outside of Chrome … (閱讀更多)

I'm switching to Firefox from Vivaldi since adblocking on YouTube no longer works on Chromium-based browsers, and Google is determined to annoy me even outside of Chrome (they also forced their material design context menus on everything else based on Chromium). However, I'm finding I'm missing the reading list functionality immediately. It has become a basic part of how I browse, and I attempted to use Pocket, but I'm finding that I hate how Pocket works compared to Vivaldi's reading list. Does anyone know of a good extension that emulates how Chromium-based browsers have their reading list, including working with sync so I can pass links between devices?

valeriemdeane 於 10 小時前 詢問

How do I get a graphical selected tab background back in Firefox 126?

Firefox 126 has changed the tabbar tab background handling and I cannot find a way to get my graphical tab background back for the selected tab. The left image shows FF … (閱讀更多)

Firefox 126 has changed the tabbar tab background handling and I cannot find a way to get my graphical tab background back for the selected tab. The left image shows FF 125.3; the left 126.0, which installed itself yesterday. In the userchrome for the old Firefox I have:

    #TabsToolbar:not(:-moz-lwtheme) .tabbrowser-tab .tab-content
 {
   background-image: url("file:///D:/System Graphics/Toolbar Backgrounds/rgsweeve - 000.bmp") !important;
 }
  #TabsToolbar:not(:-moz-lwtheme) .tabbrowser-tab .tab-content[selected="true"]
 {
   background-image: url("file:///D:/System Graphics/Toolbar Backgrounds/rgsweeve - 040.bmp") !important;
 }

This gave me the differentiated selected and unselected tabs but does not work for the selected tab in the new Firefox. Any ideas how I have to specify this now?

[I am making this post using the older version of Firefox. If I get some suggestions I'll reinstall the newer version (actually turn auto update back on) and try them out. Thanks.]

OneMoreName 於 4 分鐘前 詢問