Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

javascript bookmark icon

I have a site which offers a useful bookmark link that contains javascript only as opposed to a link to a web page. eg URL:"javascript:(function(){.....})();" The icon that appears in the bookmarks bar is the default blank paper image.

Is there a way of forcing it to have an icon of my choice, eg the favicon.ico of my site, when someone drags the link to their bookmarks bar? (eg like when your bookmark is a standatd url such as URL:"www.mysite.com")

Many thanks for you time!
jJ

like image 304
fabric Avatar asked Jun 11 '26 13:06

fabric


1 Answers

Those bookmarkes are called bookmarklets, just FYI :)

And no, there is no way to set up an icon for them. This is because the browser automatically looks for the favicon on the link the bookmark is pointing to. The way it finds this favicon is by either accessing the page itself and looking at the meta data in the HTML, or alternatively by going to domain/favicon.ico

As you can see, there is no way for the browser to perform those steps on a bunch of javascript code.

like image 176
Swizec Teller Avatar answered Jun 13 '26 07:06

Swizec Teller



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!