|
Post by anixx on Dec 16, 2022 7:59:10 GMT -8
After the update to Firefox 108 from 107, the tabbar became thicker. Is there a way to restore the old size?
|
|
|
Post by anixx on Dec 16, 2022 9:38:12 GMT -8
I've uploaded a UC.JS file for classic scrollbars. It's very much a work in progress and may not work on some websites like Discord. Please be aware that one of the colors are hardcoded. If your color scheme doesn't use black for the dark shadows, replace rgb(0, 0, 0) to whatever you want. The images for arrows does not change according to color scheme, so this may not work with dark color schemes.
I've put scrollbar.uc.js into the JS folder, and after this Firefox 107.0.1 fails to start.
|
|
|
Post by anixx on Dec 16, 2022 11:08:53 GMT -8
Just noticed that GO button apparently has no icon, for me it is shown empty.
|
|
|
Post by anixx on Dec 16, 2022 11:37:09 GMT -8
Consider adding this to the userchrome.css so to remove the page action icons from the address bar:
.urlbar-addon-page-action { display: none; }
If you want to imitate IE, this is one of the things that makes you closer.
|
|
|
Post by travis on Dec 16, 2022 17:49:04 GMT -8
After the update to Firefox 108 from 107, the tabbar became thicker. Is there a way to restore the old size? I barely notice any size difference between the tabbar, it shouldn't be that noticeable to be complainable. I'll adjust it later.
|
|
|
Post by travis on Dec 16, 2022 17:49:36 GMT -8
Weird, I thought I fixed it, maybe I forgot to change it on actual release.
|
|
|
Post by travis on Dec 16, 2022 17:50:07 GMT -8
Just noticed that GO button apparently has no icon, for me it is shown empty. Are you sure, cause I have a GO button. Do you have go.png?
|
|
|
Post by travis on Dec 16, 2022 17:51:11 GMT -8
I've uploaded a UC.JS file for classic scrollbars. It's very much a work in progress and may not work on some websites like Discord. Please be aware that one of the colors are hardcoded. If your color scheme doesn't use black for the dark shadows, replace rgb(0, 0, 0) to whatever you want. The images for arrows does not change according to color scheme, so this may not work with dark color schemes.
I've put scrollbar.uc.js into the JS folder, and after this Firefox 107.0.1 fails to start. Works perfectly fine on Firefox 108.0, it was made to work for that version anyways.
|
|
|
Post by travis on Dec 16, 2022 17:57:34 GMT -8
Try adding
calc(100% - 4px) !important to #additional_top_toolbar1::after, .browser-toolbar:not(#TabsToolbar)::after in line 564.
|
|
|
Post by anixx on Dec 16, 2022 18:38:52 GMT -8
Edit move_bars.uc.js and find var urlbar_on_toolbar = bookmarks; then replace bookmarks with navigation Well, I tried this, the position of the address bar is remembered after restart, but gets reset when opening a new browser window (a page in a new window). It gets reset in all windows instantly.
|
|
|
Post by anixx on Dec 16, 2022 18:39:47 GMT -8
Weird, I thought I fixed it, maybe I forgot to change it on actual release. I used the version 1.4.1, maybe this is fixed in 1.5
|
|
|
Post by travis on Dec 16, 2022 22:24:40 GMT -8
Also, can you at least complain about the most minor issues in MSFX on the GitHub? Half of the pages is dedicated to you complaining about minor things.
|
|
cesarpr4111
Freshman Member
Posts: 38
OS: Windows 10
Theme: Windows 2k
RAM: 4g
|
Post by cesarpr4111 on Dec 17, 2022 11:18:59 GMT -8
Does anyone have the windows xp theme for firefox?
|
|
|
Post by travis on Dec 18, 2022 15:15:24 GMT -8
I just tried out MSFX on the Firefox 109 Beta and it does not look good at all. As of now, Firefox 109 breaks context menus, the status bar, the tabs bar, etc. Firefox 109 is expected to be released during January in 2023. I'll try my best in fixing the theme before 109 releases.
|
|
|
Post by nonameneeded on Dec 18, 2022 18:05:37 GMT -8
Why don't you make the theme for Firefox ESR? This way you would only have to change stuff once a year instead of every few weeks.
No one needs any of the new features (?) Mozilla comes up with every few weeks anyway.
The normal release version of Firefox are a disaster. I remember version 106 had FIVE updates only to fix bugs it originally came with. So even if one doesn't use any themes, one is better off with the ESR version.
|
|
|
Post by travis on Dec 18, 2022 19:58:12 GMT -8
Why don't you make the theme for Firefox ESR? This way you would only have to change stuff once a year instead of every few weeks. No one needs any of the new features (?) Mozilla comes up with every few weeks anyway. The normal release version of Firefox are a disaster. I remember version 106 had FIVE updates only to fix bugs it originally came with. So even if one doesn't use any themes, one is better off with the ESR version. True, though the theme is probably broken on the ESR versions. I've already put enough work on fixing it for 109 so might as well continue with it.
|
|
|
Post by travis on Dec 18, 2022 20:20:45 GMT -8
From my time playing with the 109 beta, found out a way to disable non native context menus. Set browser.display.windows.none_native_menus to 0 and it should do the trick. Though I will backup my changes to the context menu if Mozilla ever decides to remove that property. I found out the status bar wasn't working because they completely removed the code for it. There's no status bar now. I'll have to make some JS that adds back the html.
|
|
AnyKey
Sophomore Member
Posts: 248
OS: Windows 10 Pro 22H2
Theme: XP Classic Theme
CPU: AMD Ryzen 7 3700X
RAM: 16 GB 1333 MHz DDR4
GPU: Nvidia Geforce RTX 2070 Super
|
Post by AnyKey on Dec 21, 2022 2:29:33 GMT -8
How about adding a option to make a active tab bold? It can be achieved by this simple code.
#TabsToolbar .tabbrowser-tab[selected] { font-weight: bold !important; }
|
|
|
Post by travis on Dec 21, 2022 7:46:40 GMT -8
How about adding a option to make a active tab bold? It can be achieved by this simple code.
#TabsToolbar .tabbrowser-tab[selected] { font-weight: bold !important; }
I prefer the active tabs not bold because it doesn't work like that with win32 controls, though I might consider it.
EDIT: Option to bold active tabs is added in the latest commit.
|
|
AnyKey
Sophomore Member
Posts: 248
OS: Windows 10 Pro 22H2
Theme: XP Classic Theme
CPU: AMD Ryzen 7 3700X
RAM: 16 GB 1333 MHz DDR4
GPU: Nvidia Geforce RTX 2070 Super
|
Post by AnyKey on Dec 22, 2022 10:06:53 GMT -8
How about adding a option to make a active tab bold? It can be achieved by this simple code.
#TabsToolbar .tabbrowser-tab[selected] { font-weight: bold !important; }
I prefer the active tabs not bold because it doesn't work like that with win32 controls, though I might consider it.
EDIT: Option to bold active tabs is added in the latest commit.
It sure is. But thanks for accepting my suggestion anyway.
|
|