Skip to content

gitcashxo/startpage

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

87 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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:

About

πŸ—» A startpage for the browser.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 45.1%
  • CSS 30.4%
  • HTML 13.9%
  • Shell 10.6%