https://github.com/jlord/new-tab
[WIP]
https://github.com/jlord/new-tab
Last synced: 6 months ago
JSON representation
[WIP]
- Host: GitHub
- URL: https://github.com/jlord/new-tab
- Owner: jlord
- Created: 2014-08-10T00:59:37.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-08-12T03:23:35.000Z (over 11 years ago)
- Last Synced: 2024-04-15T09:19:24.556Z (over 1 year ago)
- Language: CSS
- Size: 706 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WIP

### new-tab
A simple website that displays a random quote to be used as a new tab page in browsers.
**To use**
1. Clone this repo.
2. Set the location of the `index.html` as your browser's homepage.
- `cd new-tab` and then `open index.html` and when it opens in your browser, that's the location.
3. Create a file `quotes.js` with quotes, it should look like:
```javascript
var data =
[
{
"source": "Jessica Lord",
"quote": "Today I made some lentil soup."
},
{
"source": "Jessica Lord",
"quote": "I went to Joaquin Miller park."
},
{
"source": "Jessica Lord",
"quote": "It is Saturday!"
}
]
```
_Note about Chrome_
Chrome won't let you set a new tab page, so you have to use an extension to do so: [New Tab Redirect](https://chrome.google.com/webstore/detail/new-tab-redirect/icpgjfneehieebagbmdbhnlpiopdcmna/related).