|
Post by travis on Dec 14, 2022 21:01:05 GMT -8
Toolbar icons are now tinted to be more close to your color scheme. While it's not on real Internet Explorer 5, I don't care and it looks good. I'll add a option to disable it later.
|
|
|
Post by anixx on Dec 15, 2022 0:36:24 GMT -8
Edit move_bars.uc.js and find var urlbar_on_toolbar = bookmarks; then replace bookmarks with navigation Did this but it did not change the behavior. It still appears on a separate toolbar.
|
|
|
Post by anixx on Dec 15, 2022 1:16:15 GMT -8
If I remove the file move_bars.uc.js altogether, the address bar position is remembered but the tabbar appears on top.
|
|
|
Post by anixx on Dec 15, 2022 1:43:43 GMT -8
This file changes the behavior of the toolbars even if it is absolutely empty! With its very existence.
|
|
|
Post by anixx on Dec 15, 2022 2:09:32 GMT -8
Well, now I restored everything as it was before, but now the address bar position is remembered, but the tabs are on top! Please, help! Since the configs are the same, maybe it is a cache issue?
|
|
|
Post by travis on Dec 15, 2022 20:15:04 GMT -8
There is now a option to show labels under the toolbar icons when the density is set to Touch. It's already in the github repo, though 1.5 will come in soon.
|
|
|
Post by travis on Dec 15, 2022 20:31:11 GMT -8
UPDATE: 1.5
(Image for new updates because i'm lazy)
|
|
|
Post by anixx on Dec 16, 2022 6:48:20 GMT -8
I have installed this new version.
1. Still have tabs on top, have no idea how to move them below the bookmarks.
2. This label on the search button became English and I have no idea how to change it back:
3. The bookmarks toolbar became black and white, which is not desirable, is there a way to change it back?
|
|
|
Post by travis on Dec 16, 2022 6:59:47 GMT -8
I have installed this new version.
1. Still have tabs on top, have no idea how to move them below the bookmarks.
2. This label on the search button became English and I have no idea how to change it back:
3. The bookmarks toolbar became black and white, which is not desirable, is there a way to change it back?
1. I literally did nothing for the tabs on the top, it's done with the move_bars js file.
2. Edit change-toolbar-icon-values.uc.js and find
waitForElm('#find-button').then((elm) => { var find = document.querySelector("#find-button label.toolbarbutton-text"); find.setAttribute("value", "Search"); }); and change Search to whatever you want.
3. Already fixed in the latest github commit.
|
|
|
Post by travis on Dec 16, 2022 7:05:22 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.
|
|
|
Post by anixx on Dec 16, 2022 7:10:51 GMT -8
Thanks for the feedback.
Regarding 1. I absolutely clueless. The tabs now always on top.
Regarding 2. Did it change between 1.4.1 and 1.5? In 1.4.1 the label was in local language.
|
|
|
Post by anixx on Dec 16, 2022 7:14:07 GMT -8
2. Edit change-toolbar-icon-values.uc.js and find
waitForElm('#find-button').then((elm) => { var find = document.querySelector("#find-button label.toolbarbutton-text"); find.setAttribute("value", "Search"); }); and change Search to whatever you want.
Did this, does not help, the label is still in English. Again, cache issue?
|
|
|
Post by anixx on Dec 16, 2022 7:18:40 GMT -8
Looks like this:
No way to move the tabs down, no way to mke the search label in local language.
I made this screenshot after I rolled back to 1.4.1, so again looks like some cache issue!
|
|
|
Post by travis on Dec 16, 2022 7:18:44 GMT -8
2. Edit change-toolbar-icon-values.uc.js and find
waitForElm('#find-button').then((elm) => { var find = document.querySelector("#find-button label.toolbarbutton-text"); find.setAttribute("value", "Search"); }); and change Search to whatever you want.
Did this, does not help, the label is still in English. Again, cache issue? Yes it's a cache issue try restarting Firefox with the startup cache cleared. You can do that in the userScripts menu in the Tools menu
|
|
|
Post by travis on Dec 16, 2022 7:20:58 GMT -8
Thanks for the feedback. Regarding 1. I absolutely clueless. The tabs now always on top. Regarding 2. Did it change between 1.4.1 and 1.5? In 1.4.1 the label was in local language. 1. I have no clue on why the tabs are always on the top, potentially a cache issue I don't know.
2. The search toolbar button had hardcoded text since 1.4
|
|
|
Post by anixx on Dec 16, 2022 7:21:13 GMT -8
Did this, does not help, the label is still in English. Again, cache issue? Yes it's a cache issue try restarting Firefox with the startup cache cleared. You can do that in the userScripts menu in the Tools menu Just did this, but it is the same, still tabs on top and Search is in English.
|
|
|
Post by anixx on Dec 16, 2022 7:34:43 GMT -8
Whoa!
Thanks to the advice to clear the startup cache, now I have everything as desired! The address bar in main toolbar, tabs below, search label in correct language! Thank you very much!
|
|
|
Post by anixx on Dec 16, 2022 7:36:39 GMT -8
In the version 1.5 the icon coloration tint - looks a bit worse to my taste :-(
The download folder icon is also a bit worse :-(. For now decided to stay on 1.4.1 with all adjustments.
|
|
|
Post by travis on Dec 16, 2022 7:40:20 GMT -8
In the version 1.5 the icon coloration tint - looks a bit worse to my taste :-( The download folder icon is also a bit worse :-(. For now decided to stay on 1.4.1 with all adjustments. Search for "mix-blend-mode: luminosity;" on userChrome.css and delete the CSS rule, or set lumiosity to normal.
And for the download folder icon, I can simply just make a spritesheet with the old icons.
|
|
|
Post by travis on Dec 16, 2022 7:45:41 GMT -8
Replace toolbar.png and toolbar_large.png with these.
Attachments:
|
|