-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (32 loc) · 1.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
title: Fullscreen Map bookmarklets and userscript
nav_title: Home / About
---
<h1>Add the missing fullscreen button</h1>
<p>
On some sites that features maps there is no possibility to expand the map from a small box to fill the entire screen.
These bookmarklets and user scripts will add the missing button to make that possible.
</p>
<p>
There are two alternative ways to use these, as bookmarklets that can be selected each time you visit a maps page and want to add a fullscreen button or as
user scripts that will run automatically every time you visit a maps page.
</p>
<h2>Available for these sites:</h2>
<ul>
<li><a href="garmin-connect/">Garmin Connect</a></li>
<li><a href="eniro/">Eniro</a></li>
</ul>
<h3>Missing a site?</h3>
<p>
Add a feature request as an <a href="https://github.com/johanberonius/fullscreen-maps/issues">issue on GitHub</a>.
</p>
<h3>What is a bookmarklet?</h3>
<p>
Read about <a href="http://en.wikipedia.org/wiki/Bookmarklet">bookmarklets on Wikipedia</a>
</p>
<h3>What is a user script?</h3>
<p>
Read about <a href="http://en.wikipedia.org/wiki/Greasemonkey">user scripts on Wikipedia</a>.
You will find the <a href="https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/">Greasemonkey add-on for Firefox here</a>
or the <a href="https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo">Tampermonkey extension for Chrome here</a>.
</p>