Giter Club home page Giter Club logo

startpage's Introduction

startpage


A startpage for the browser

Release 2.5

preview

Changelog version 2.5:

  • Website list can automatically find favicons
  • Removed null links
  • Hover effect on links, and focus on inputbar
  • Fixed image border in config.js
  • Fixed image padding in style.css
  • Fixed clock showing only one number






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

    jQuery is blocket on firefox

    • If you are on Firefox:
      • 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): not tested
      • go to chrome://extensions
      • enable developer mode
      • click load unpacked
      • choose the folder

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>
    <!-- Sostitute "link" with "null" if you want a blank link -->
    <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>

Credits:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.