update settings

MS_Y 2022-04-06 16:55:44 +09:00
parent 835456b094
commit 2b6295256a

119
Tips.md

@ -13,6 +13,11 @@ Please refer to the following settings:
Refer: https://github.com/black7375/Firefox-UI-Fix/issues/188
Other refs:
- https://www.reddit.com/r/firefox/comments/kojli8/actually_smooth_scrolling_for_firefox_now/
- https://www.reddit.com/r/firefox/comments/oqrejt/every_week_or_so_i_have_to_go_into_aboutconfig/
- https://www.reddit.com/r/archlinux/comments/p2gngf/firefox_91_overrides_the_systems_scroll_settings/
**Apply**
https://github.com/black7375/Firefox-UI-Fix/blob/9ae9cc29e8e7549b85570977982544c1cc0bad5d/user.js#L193-L198
@ -30,11 +35,6 @@ user_pref("general.smoothScroll.stopDecelerationWeighting", "0.6"); // "0.4"
```
</details>
Other refs:
- https://www.reddit.com/r/firefox/comments/kojli8/actually_smooth_scrolling_for_firefox_now/
- https://www.reddit.com/r/firefox/comments/oqrejt/every_week_or_so_i_have_to_go_into_aboutconfig/
- https://www.reddit.com/r/archlinux/comments/p2gngf/firefox_91_overrides_the_systems_scroll_settings/
## Smooth Scrolling
@ -117,7 +117,8 @@ Search & replace from
**Apply**
- `browser.tabs.drawInTitlebar` to `false`
- `browser.tabs.inTitlebar` to `1` (FF v96 Above)
- `browser.tabs.drawInTitlebar` to `false` (FF v95 Below)
## Audio Label Show
**Before - After**
@ -127,6 +128,8 @@ Search & replace from
**Apply**
- `userChrome.tab.sound_show_label` to `true`
<details><summary><b>Legacy</b></summary>
Replace https://github.com/black7375/Firefox-UI-Fix/blob/0cb6302488ff311cc01dcce2df397439e02b4387/userChrome.css#L281-L283
@ -150,6 +153,8 @@ Replace https://github.com/black7375/Firefox-UI-Fix/blob/0cb6302488ff311cc01dcce
**Apply**
- `userChrome.tab.always_show_tab_icon` to `true`
<details><summary><b>Legacy</b></summary>
```css
@ -174,6 +179,9 @@ Refer: [#280](https://github.com/black7375/Firefox-UI-Fix/pull/280)
**Apply**
- `userChrome.tab.close_button_at_hover` to `true` (Default)
- `userChrome.tab.close_button_at_hover.always` to `true`
<details><summary><b>Legacy</b></summary>
```css
@ -202,6 +210,27 @@ Refer: [#280](https://github.com/black7375/Firefox-UI-Fix/pull/280)
</details>
## Remove Closed Button at Pinned Tab
**Before - After**
![Close Button Removed](https://user-images.githubusercontent.com/77958663/119453060-9d1be980-bd69-11eb-8217-4279b260ad5e.png)
![Close Button](https://user-images.githubusercontent.com/25581533/120107795-e4332180-c151-11eb-88df-80bfaba365b6.png)
**Apply**
- `userChrome.tab.close_button_at_pinned` to `true`
<details><summary><b>Legacy</b></summary>
Refer this code
- https://github.com/black7375/Firefox-UI-Fix/blob/5858485e367106cc74bf36662d020038af88867f/userChrome.css#L390-L434
- https://github.com/black7375/Firefox-UI-Fix/blob/5858485e367106cc74bf36662d020038af88867f/userChrome.css#L390-L467
or Refer this
- https://github.com/black7375/Firefox-UI-Fix/compare/hide-closebutton-at-pinned
</details>
## Restore Megabar
**Before - After**
@ -210,6 +239,12 @@ Refer: [#280](https://github.com/black7375/Firefox-UI-Fix/pull/280)
**Apply**
- `userChrome.padding.urlView_expanding` to `true`
- `userChrome.padding.urlView_result` to `true`
- `userChrome.urlView.move_icon_to_left` to `true`
- `userChrome.urlView.go_button_when_typing` to `true`
- `userChrome.urlView.always_show_page_actions` to `true`
<details><summary><b>Legacy</b></summary>
Use this code:
@ -219,6 +254,8 @@ Use this code:
## Center Tab Label
Refer: [issue #71](https://github.com/black7375/Firefox-UI-Fix/issues/71)
**Before - After**
![original label](https://user-images.githubusercontent.com/25581533/124237128-b94c3c80-db06-11eb-8dee-3f15210c4d2e.png)
@ -226,6 +263,10 @@ Use this code:
**Apply**
- `userChrome.tab.centered_label` to `true`
<details><summary><b>Legacy</b></summary>
Use this code:
```css
/* Based on https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/centered_tab_label.css */
@ -239,10 +280,12 @@ Use this code:
#tabbrowser-tabs[closebuttons="activetab"] .tabbrowser-tab:not([selected]):not(:hover, [pinned]) .tab-label-container:not([textoverflow]) { margin-inline-end: 19px; }
```
Refer: [issue #71](https://github.com/black7375/Firefox-UI-Fix/issues/71)
</details>
## Drag Space
Refer: [issue #210](https://github.com/black7375/Firefox-UI-Fix/issues/210)
**Before-After**
![Non drag space](https://user-images.githubusercontent.com/25581533/136696285-f2cca267-c2a4-434c-a636-4abe7c601afe.png)
@ -250,6 +293,8 @@ Refer: [issue #71](https://github.com/black7375/Firefox-UI-Fix/issues/71)
**Apply**
- `userChrome.padding.drag_space` to `true`
<details><summary><b>Legacy</b></summary>
Set `--space-above-tabbar` to `8px`.
@ -265,10 +310,10 @@ https://github.com/black7375/Firefox-UI-Fix/blob/7acbf850ec212602c5845b640a2fb88
</details>
Refer: [issue #210](https://github.com/black7375/Firefox-UI-Fix/issues/210)
## First tab space
Refer: [issue #229](https://github.com/black7375/Firefox-UI-Fix/issues/229)
**Before-After**
![Non First tab space](https://user-images.githubusercontent.com/25581533/136699910-8350f814-7eed-457f-a50a-9fa96432dfb6.png)
@ -276,6 +321,8 @@ Refer: [issue #210](https://github.com/black7375/Firefox-UI-Fix/issues/210)
**Apply**
- `userChrome.padding.first_tab` to `true`
<details><summary><b>Legacy</b></summary>
Set `--space-left-tabbar` to `8px`.
@ -291,8 +338,6 @@ https://github.com/black7375/Firefox-UI-Fix/blob/dabc91cde340d5a85d092ba03bcdce1
</details>
Refer: [issue #229](https://github.com/black7375/Firefox-UI-Fix/issues/229)
## Tabs on bottom
**Before-After**
@ -302,10 +347,13 @@ Refer: [issue #229](https://github.com/black7375/Firefox-UI-Fix/issues/229)
![Tabs-on-bottom like IE](https://user-images.githubusercontent.com/25581533/133336720-ee26817d-d3de-4690-b82a-6c9c5ab06e17.png)
- Before
- After
- After (like IE)
- After (Above bookmark)
**Apply**
- `userChrome.tab.on_bottom` to `true`
- `userChrome.tab.on_bottom.above_bookmark` to `true` (Above bookmark)
<details><summary><b>Legacy</b></summary>
First use this code: https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/tabs_on_bottom.css
@ -408,6 +456,8 @@ Replace Target: https://github.com/black7375/Firefox-UI-Fix/blob/5858485e367106c
![Image to right](https://user-images.githubusercontent.com/25581533/120108311-2b221680-c154-11eb-97f2-e4b6a5fd47c3.png)
- `userChrome.icon.account_image_to_right` to `true`
<details><summary><b>Legacy</b></summary>
```css
@ -424,6 +474,8 @@ Replace Target: https://github.com/black7375/Firefox-UI-Fix/blob/5858485e367106c
![Text to Right](https://user-images.githubusercontent.com/25581533/120108331-39703280-c154-11eb-9a8a-ccf67b3fbbf5.png)
- `userChrome.icon.account_label_to_right` to `true`
<details><summary><b>Legacy</b></summary>
```css
@ -442,6 +494,9 @@ Replace Target: https://github.com/black7375/Firefox-UI-Fix/blob/5858485e367106c
![Both to Right](https://user-images.githubusercontent.com/25581533/120108325-35441500-c154-11eb-8470-0f9ae6296c1b.png)
- `userChrome.icon.account_image_to_right` to `true`
- `userChrome.icon.account_label_to_right` to `true`
<details><summary><b>Legacy</b></summary>
```css
@ -466,6 +521,8 @@ Replace Target: https://github.com/black7375/Firefox-UI-Fix/blob/5858485e367106c
**Apply**
- `userChrome.padding.menu_compact` to `true`
<details><summary><b>Legacy</b></summary>
- https://github.com/black7375/Firefox-UI-Fix/blob/3b69ca3db5b032fc4c01da6543633aa42b8199de/userChrome.css#L659-L664
@ -492,6 +549,9 @@ Change to
**Apply**
- `userChrome.padding.global_menubar` to `false`
- `userChrome.icon.global_menubar` to `false`
<details><summary><b>Legacy</b></summary>
Remove this code
@ -501,35 +561,24 @@ Remove this code
</details>
## Remove Closed Button at Pinned Tab
**Before - After**
![Close Button](https://user-images.githubusercontent.com/25581533/120107795-e4332180-c151-11eb-88df-80bfaba365b6.png)
![Close Button Removed](https://user-images.githubusercontent.com/77958663/119453060-9d1be980-bd69-11eb-8217-4279b260ad5e.png)
**Apply**
<details><summary><b>Legacy</b></summary>
Remove this code
- https://github.com/black7375/Firefox-UI-Fix/blob/5858485e367106cc74bf36662d020038af88867f/userChrome.css#L390-L434
- https://github.com/black7375/Firefox-UI-Fix/blob/5858485e367106cc74bf36662d020038af88867f/userChrome.css#L390-L467
or Refer this
- https://github.com/black7375/Firefox-UI-Fix/compare/hide-closebutton-at-pinned
</details>
## Remove Close Button at Hover
![Hover close button](https://user-images.githubusercontent.com/25581533/129666378-42d7a817-255e-4139-80c2-f0c5d1b5d68c.png)
**Apply**
- `userChrome.tab.close_button_at_hover` to `false`
<details><summary><b>Legacy</b></summary>
Remove this code
- https://github.com/black7375/Firefox-UI-Fix/blob/bcac6caf338b5aaed798ccae4cbdab97f0342298/userChrome.css#L1304-L1312
</details>
## Remove Panel Strip
Refer: [#148](https://github.com/black7375/Firefox-UI-Fix/issues/148), [#33](https://github.com/black7375/Firefox-UI-Fix/issues/33)
**Before - After**
![Panel Strip](https://user-images.githubusercontent.com/15121782/129254488-32e4564b-0d8b-474f-a176-9fabb2bfad38.png)
@ -537,6 +586,8 @@ Remove this code
**Apply**
- `userChrome.panel.remove_strip` to `true`
<details><summary><b>Legacy</b></summary>
```css
@ -547,8 +598,6 @@ Remove this code
</details>
Releate: [#148](https://github.com/black7375/Firefox-UI-Fix/issues/148), [#33](https://github.com/black7375/Firefox-UI-Fix/issues/33)
## Remove Panel Animation
**Before - After**
@ -558,6 +607,8 @@ Releate: [#148](https://github.com/black7375/Firefox-UI-Fix/issues/148), [#33](h
**Apply**
- `userChrome.decoration.disable_panel_animate` to `true`
<details><summary><b>Legacy</b></summary>
Add Follow code
@ -573,6 +624,8 @@ Add Follow code
**Apply**
- `userChrome.decoration.download_panel` to `false`
<details><summary><b>Legacy</b></summary>
Remove this code