Skip to content

Commit 614b265

Browse files
authored
Add bookmarklet to page
1 parent 746cfc6 commit 614b265

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

views/index.html.ejs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,15 @@
9898
<button type="submit" class="btn btn-lg btn-success">Parse</button>
9999
</form>
100100

101+
<hr>
102+
103+
<p>
104+
Drag this link to your bookmarks toolbar to parse a page with one click!<br>
105+
</p>
106+
<a class="btn btn-primary btn-sm" href="javascript:(function(){document.location.href='https://node.microformats.io/?url='+encodeURIComponent(document.location.href);}())">mf2 parser</a>
107+
108+
<hr>
109+
101110
<footer class="my-5">
102111
<ul>
103112
<li><a href="https://microformats.io">About Microformats</a></li>

0 commit comments

Comments
 (0)