-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathff_bookmarklets.html
More file actions
14 lines (13 loc) · 1.02 KB
/
ff_bookmarklets.html
File metadata and controls
14 lines (13 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE NETSCAPE-Bookmark-file-1>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<meta http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'none'; img-src data: *; object-src 'none'"></meta>
<TITLE>Bookmarks</TITLE>
<H1>Bookmarks Menu</H1>
<DL>
<DT><H3 ADD_DATE="1659640532" LAST_MODIFIED="1659644036">Bookmarklets</H3>
<DL>
<DT><A HREF="javascript:location.href='urlbookmarklet-protocol://'+location.href+'______________________'+document.title+'_______triliumlog'" ADD_DATE="1659640603" LAST_MODIFIED="1659641500">Trilium Log</A>
<DT><A HREF="javascript:(function(){ if (window.getSelection() && window.getSelection().toString().length > 0) { let result = confirm(window.getSelection()); if (result) { quote = encodeURIComponent(window.getSelection()); location.href='urlbookmarklet-protocol://'+location.href+'______________________'+quote+'_______triliumquote'; } } })();" ADD_DATE="1659640603" LAST_MODIFIED="1659641500">Trilium Quote</A>
</DL>
</DL>