aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--docs/tips-and-tricks.md19
1 files changed, 0 insertions, 19 deletions
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
21 target: '_top' 21 target: '_top'
22``` 22```
23 23
24## Use Homer as a custom "new tab" page
25#### `by @vosdev`
26
27This [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.
28
29The extension loads Homer in an iframe on your new tab page, meaning you have to add `target: '_top'` to each of your items.
30
31```yaml
32- name: "Reddit"
33 logo: "assets/daily/reddit.png"
34 url: "https://reddit.com"
35 target: '_top'
36
37- name: "YouTube"
38 logo: "assets/daily/youtube.png"
39 url: "https://youtube.com"
40 target: '_top'
41```
42
43## YAML Anchors 24## YAML Anchors
44#### `by @JamiePhonic` 25#### `by @JamiePhonic`
45 26