-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
actually.html
34 lines (34 loc) · 1.65 KB
/
actually.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
<!doctype html>
<html>
<head>
<meta charset=utf-8><title>Actually</title>
<style>kbd{border: 1px solid buttonshadow;border-radius:.5ex;padding:0 .25ex;margin:0 .2ex;background:buttonface;}</style>
</head>
<body>
<article>
<h1><a href="https://github.com/Mego/Seriously">Actually</a> language bar <a href="."><button>More…</button></a></h1>
<p>This provides a way to easily enter Actually characters into pretty much any input field on any webpage: Click on symbols in the language bar.</p>
<p>Try it here: <input autofocus/></p>
<h2>Installation</h2>
<h3>Desktop browser</h3>
<ol>
<li>Drag this link to your bookmarks bar: <a href='javascript:(d=>{let e=d.createElement("script");e.src="https://abrudz.github.io/lb/actually.js";d.body.appendChild(e)})(document)'>Actually</a></li>
</ol>
<h3>Mobile browser</h3>
<ol>
<li>Add a bookmark for this page.</li>
<li>Edit the bookmark's target URL address to <code>javascript:(d=>{let%20e=d.createElement("script");e.src="https://abrudz.github.io/lb/actually.js";d.body.appendChild(e)})(document)</code></li>
</ol>
<h3>Webpage</h3>
<ol>
<li>Include this HTML in your page: <code><script src="https://abrudz.github.io/lb/actually.js"></script></code></li>
</ol>
<h2>Activation</h2>
<ol>
<li>Navigate to the web page where you want to enter Actually characters.</li>
<li>Click on the <em>Actually</em> bookmark. The language bar should appear at the web page's top.</li>
</ol>
</article>
<script src="https://abrudz.github.io/lb/actually.js"></script>
</body>
</html>