Skip to content

Latest commit

 

History

History
executable file
·
133 lines (102 loc) · 3.98 KB

README.md

File metadata and controls

executable file
·
133 lines (102 loc) · 3.98 KB

startpage


A startpage for the browser

Release v3.1

preview

Changelog v3.1:

  • [added] Chrome theme-color meta tag
  • [added] package.sh for extensions
  • [improved] input box style
  • [improved] light instead of dark in CSS
  • [fixed] font issues for greetings
  • [fixed] removed useless metadata
  • [fixed] gap between image and links
  • [fixed] font issues
  • [fixed] write / in input box after focused












screenshot

Extensions:

  • For Firefox use "Custom New Tab Page"

  • For Chrome use "Custom New Tab"

  • Or you can load the index.html as an extension beta

    see metadata.json for details

    • If you are on Firefox:

      ⇩ Download the zip from here

      • go to about:debugging
      • then on this firefox
      • load temporary add-on
      • locate the index.html file and open it
    • If you are on Chrome (or other Chromium browsers):
      • go to chrome://extensions
      • enable developer mode
      • drag here the folder

        if you are on Linux/macOS you can run the package.sh file

Usage:

  • On the new tab: use one of the extensions mentioned

  • On the home page:

    • Firefox: Go into Preferences > Home > Homepage and new windows

      or editing the prefs.js file

      67 | user_pref("browser.startup.homepage", "/path/to/index.html")

      to open the file, go into about:profiles, and open your profile directory

      • Chrome: Go into Options > Start > Homepage

Changing links:

<div class="column">
  <p>SECTION TITLE</p>
  <a class="link" href="WEBSITE LINK">WEBSITE NAME</a>
  <!-- To make a link opening in a new tab, add 'target="_BLANK"' inside the link tag: -->
  <a target="_BLANK"></a>
</div>
<div>: column container
├── <p>: section title
│    ├── <a>: bookmark
│    └── <a>: bookmark
└── <p>: section title
     ├── <a>: bookmark
     └── <a>: bookmark
</div>

Keybindings:

Key Function
ctrl + m Mode - switch between light and dark mode
/ Search - focus the search box

Credits: