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

  • 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.

        1. This will change more than the tabs.

        2. Open about:config

        3. Search for layout.css.devPixelsPerPx

        4. 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.

        1. Open about:config

        2. Search for toolkit.legacyUserProfileCustomizations.stylesheets and toggle it to true.

        3. Go to about:profiles

        4. Find your profile’s Root Directory and click Open Directory.

        5. In your profile directory, create a folder called chrome

        6. Open the chrome directory, and create a text file named userChrome.css

        7. Put the text below into the userChrome.css file

        .tab-text.tab-label{
            font-size: 20px;
        }
        1. Restart your Firefox to apply the change.
  • All keyboard shortcuts — Firefox Source Docs documentation

Related

References

Footnotes