Parents :
| Date and time note was created | $= dv.current().file.ctime |
| Date and time note was modified | $= dv.current().file.mtime |
-
How to not hide the tabs in fullscreen mode in firefox
- Type in the address bar about:config (press Enter) (promise to be careful, if asked) Type and look for the preference : browser.fullscreen.autohide and set it’s value to false
- How not to hide tabs in fullscreen mode? | Firefox Support Forum | Mozilla Support
-
Customizing Multitouch Gestures in Firefox : 6 Steps (with Pictures) - Instructables
-
How to zoom in/out the layout text of firefox for example tabs/menus and so on
- There are two methods by which you can achieve this:
-
Way 1. To zoom the whole browser.
-
This will change more than the tabs.
-
Open
about:config -
Search for
layout.css.devPixelsPerPx -
Change the value Slightly, such as 1 to 1.1 or more. The larger the value is, the bigger the contents are. Be careful, this may zoom in or out too much to see the viewport.
-
-
Way 2. To change the font size only of specific parts. This would be harder but safer.
-
Open
about:config -
Search for
toolkit.legacyUserProfileCustomizations.stylesheetsand toggle it totrue. -
Go to
about:profiles -
Find your profile’s
Root Directoryand clickOpen Directory. -
In your profile directory, create a folder called
chrome -
Open the
chromedirectory, and create a text file nameduserChrome.css -
Put the text below into the
userChrome.cssfile
.tab-text.tab-label{ font-size: 20px; }- Restart your Firefox to apply the change.
-
-
- There are two methods by which you can achieve this: