Hiển thị các câu hỏi được đánh dấu: Xem tất cả các câu hỏi

Appearance of <embed> icon when selecting text

I've been seeing the black embed icon appear when I select text. It's only been recent. My browser is 125.02 and up to date and I have Windows 11. Is this from a recent… (xem thêm)

I've been seeing the black embed icon appear when I select text. It's only been recent. My browser is 125.02 and up to date and I have Windows 11.

Is this from a recent update? I'd like to disable it if possible.

I attached a screenshot.

Thanks in advance!

Được hỏi bởi blanshay 2 giờ trước

How to convert a specific chrome addon to firefox

Here is the extension i would like to convert https://chromewebstore.google.com/detail/equalizer-for-chrome-brow/abikfbojmghmfjdjlbagiamkinbmbaic here is what extensio… (xem thêm)

Here is the extension i would like to convert

https://chromewebstore.google.com/detail/equalizer-for-chrome-brow/abikfbojmghmfjdjlbagiamkinbmbaic


here is what extension test .com says


2 compatibility issues found:

What are compatibility issues?

Compatibility issues warn about the usage of APIs or permissions not available in the latest version of Firefox.

   tabCapture.capture is not supported
   This API has not been implemented by Firefox.
   found in the following locations:
       content.js:1
       options.js:3
   tabCapture.onStatusChanged is not supported
   This API has not been implemented by Firefox.
   found in the following locations:
       content.js:1
       options.js:469



How do I fix?

Thanks for any help!

Được hỏi bởi emerson 53 phút trước

userChrome.css - Help With Customizing Tabs

I made a small CSS customization to my tabs in FF 115 ESR on Windows 7, so they would be flat on the bottom and rounded on the top, looking a bit more like tabs instead o… (xem thêm)

I made a small CSS customization to my tabs in FF 115 ESR on Windows 7, so they would be flat on the bottom and rounded on the top, looking a bit more like tabs instead of buttons.

Looked ok in FF 115 ESR.

However, in FF 125, half the tabs are now cut off, including their text (see attached images).

Also the tabs background is darker in FF 115 ESR, providing more contrast between the tabs and the tab bar. In FF 125, it's almost all white and I can hardly distinguish between the tabs and the tab bar.

Why is there such a big difference in appearance between FF 115 ESR on Windows 7, and FF 125 on Windows 10?

Here is the code I used...

/* ------------------ RESIZE TAB BAR ----------------------------- */ \#TabsToolbar { height: 27px !important; margin-top: -1px !important; margin-bottom: 0px !important; } \#tabbrowser-tabs { height:25px!important; min-height:25px!important; }

.tab-background-start[selected=true]::after, .tab-background-start[selected=true]::before, .tab-background-start, .tab-background-end, .tab-background-end[selected=true]::after, .tab-background-end[selected=true]::before {

 min-height:25px!important;

} /* ------------------ RESIZE TAB BAR END ----------------------------- */

/* ------------------ TAB HEIGHT ----------------------------- */

.tabbrowser-tab {
 max-height: 25px !important;
 border-color: #8f939e;

}

.tabbrowser-tabs {

 max-height: 25px !important;
 border-color: #8f939e;

} /* ------------------ TAB HEIGHT END ----------------------------- */

I inserted backslashes at the beginning of the first 2 lines of code above to preserve the hashtag sign (otherwise it displays an index number before those lines), please ignore the backslashes.

I would like my customizations in Firefox 125 to look like the 115 ESR.

Is it possible?

Thanks!

Được hỏi bởi Slouch 11 phút trước