From: Bastien Wirtz Date: Sat, 13 Jun 2020 23:24:26 +0000 (-0700) Subject: remove duplicated part X-Git-Tag: 134601288^2 X-Git-Url: https://git.immae.eu/?p=github%2Fbastienwirtz%2Fhomer.git;a=commitdiff_plain;h=b3635ea460689abdfc4588bc6c5b1699cbc986ca remove duplicated part --- diff --git a/docs/tips-and-tricks.md b/docs/tips-and-tricks.md index f72f92b..63dbde7 100644 --- a/docs/tips-and-tricks.md +++ b/docs/tips-and-tricks.md @@ -21,25 +21,6 @@ The extension loads Homer in an iframe on your new tab page, meaning you have to target: '_top' ``` -## Use Homer as a custom "new tab" page -#### `by @vosdev` - -This [extension](https://addons.mozilla.org/firefox/addon/custom-new-tab-page) allows you to have your homer dashboard in your new tab page, while leaving focus on the address bar meaning you can still type right away if you want to search or go to a page that is not on your homer dash. - -The extension loads Homer in an iframe on your new tab page, meaning you have to add `target: '_top'` to each of your items. - -```yaml -- name: "Reddit" - logo: "assets/daily/reddit.png" - url: "https://reddit.com" - target: '_top' - -- name: "YouTube" - logo: "assets/daily/youtube.png" - url: "https://youtube.com" - target: '_top' -``` - ## YAML Anchors #### `by @JamiePhonic`