اضافه کردن لینک یا سایت به bookmarks

سلام میخوام یه دکمه یا دستور در سایت داشته باشم که کاربر روش میزنه سایت من اتوماتیک به bookmarks مرورگرش اضافه بشه. این کد رو لطفا بگید.

دکمه:

<button id="bookmark-button">Bookmark This Page</button>

js :

<script>
  document.getElementById("bookmark-button").addEventListener("click", function() {
    if (window.sidebar && window.sidebar.addPanel) { // Firefox version
      window.sidebar.addPanel(document.title, window.location.href, "");
    } else if(window.external && ('AddFavorite' in window.external)) { // IE Favorite
      window.external.AddFavorite(location.href,document.title);
    } else if(window.opera && window.print) { // Opera Hotlist
      this.title=document.title;
      return true;
    } else { // webkit - safari/chrome
      alert('Press ' + (navigator.userAgent.toLowerCase().indexOf('mac') != - 1 ? 'Command/Cmd' : 'CTRL') + ' + D to bookmark this page.');
    }
  });
</script>

style:

#bookmark-button {
  background-color: #0088cc;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  border-radius: 4px;
}

سلام مرسی از لطف شما
راه دیگه ای هست بدون کد نویسی بشه این کار رو کرد.

مثلا https://forums.7ho.st/ چیزی که قبل از این ادرس بزاریم یا بعدش که بره در بوک مارک
میخوام لینک زی لینک ام وقتی کاربر QRCOD رو اسکن میکنه در مرورگرش ثبت بشه