s1llyw0rdz/web/handler/html/status-updater.html
2025-11-19 19:12:26 -05:00

22 lines
1,007 B
HTML

{{ define "content" }}
<section>
<h1>Status Updater</h1>
<p>
Instead of having to come back each time you want to set a new status, you can install the
status updater bookmarklet directly to your web browser. That way, you will be able to update your status
from anywhere.
</p>
<p>
Curious about what a bookmarklet is? It's simply a little javascript link that's placed on your browser's bookmark toolbar.
You can think about them as tiny programs.
</p>
<h2>Instructions</h2>
<p>
Drag the following link to your bookmarks toolbar:
</p>
<p>
<a href="javascript:void(open('https://sillywordz.kissing.computer/add','sillywordz','resizable,scrollbars,width=350,height=350'))">word count updater</a>
</p>
<p>That's it! From now on, whenever you want to update your word count, click the word count updater button from your bookmarks and a pop-up window will launch to let you update it.</p>
</section>
{{ end }}