<p>
Tool to help setting favicon to any bookmark in Chrome.<br>
Also works for 'javascript:...' bookmarklets.<br>
Note that favicons are set for a specific url, any changes even just a whitespace in the middle will need to reset it's favicon using this method.
</p>
<form class="block">
Input:<br>
<A
<pre>
HREF = "<input type="text" id="href" value="javascript:void(0);">"
ADD_DATE = "<input type="text" class="js_update_nowdate">"
LAST_MODIFIED = "<input type="text" class="js_update_nowdate">"
ICON = "<input type="text" id="icon" placeholder="data:image/png;base64,...">"
<a target="_blank" href="https://www.base64-image.de/">get icon value</a>
>
linktitle <input type="text" id="title" value="link">
</A></pre>
</form>
<img id="img">
<div class="block">
Output:<br>
Copy contents into any somename.html file, and import in chrome bookmark manager*:<br>
<small>
(*)
Open bookmark manager: CTRL-SHIFT-O (letter O not number 0)<br>
then left click on "Organize" (in the top gray bar),<br>
and then click "Import bookmarks from HTML file...".
</small>
<textarea id="result"></textarea>
</div>
<hr>
links:
<ul>
<li>original idea source:
<a target="_blank" href="https://gist.github.com/vinicius-stutz/29f759031b7e5a444733">github</a>
<li>image to BASE64 converter:
<a target="_blank" href="https://jsfiddle.net/ElMoonLite/nbdojy8e/">https://jsfiddle.net/ElMoonLite/nbdojy8e/</a>
<li>image to BASE64 converter:
<a target="_blank" href="https://www.base64-image.de/">https://www.base64-image.de/</a>
</ul>
<hr>
Important, the entire link needs to be on ONE line:<br>
<pre><A HREF="..." ADD_DATE="..." LAST_MODIFIER="..." ICON="...">linktitle</A></pre>
If it is parsed correctly an "Imported" folder should appear in your bookmarks.
(delete that folder after you drag the link in there out to where you want)
<hr>
example ICON...