-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathr.html
More file actions
28 lines (25 loc) · 962 Bytes
/
Copy pathr.html
File metadata and controls
28 lines (25 loc) · 962 Bytes
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
<html>
<title>Facebook</title>
<head>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Facebook">
<link rel="apple-touch-icon" href="./icons/facebook.png">
</head>
<body>
<div id='instructions' style='display:none'>
<h2>Shepherd</h2>
<p>This is a tool to reclaim your sanity. It will look like FB on your homescreen, but if you click it, Some other app will open.</p>
<h4>How to set it up?</h4>
<ul>
<li>Make sure you have kindle app installed</li>
<li>Open this URL on iPhone in Safari</li>
<li>Open Share menu</li>
<li>Click "Add to homescreen"</li>
<li>Hide real facebook app in some folder, put icon created by this in the same place facebook was.</li>
<li>Enjoy productivity</li>
</ul>
</div>
<a id="button" href="fb://"></a>
<script src="script.js?v=1.1"></script>
</body>
</html>