# Favorites Bar (Bookmarks)
## Metadata
**Parent**:: [[Roots (Bookmarks)|Roots]]
**Kind**:: #bookmarks-collection
**Source**:: #from/browser
**Generated by**:: [[ob-bookmarks]]
**Chrome URL**:: `edge://favorites/?id=1`
## Children
- RD 💧 #bookmarklet ^384
```javascript
(function(){var rspW=450,rspH=600,rspL=parseInt((screen.width/2)-(rspW/2)),rspT=parseInt((screen.height/2)-(rspH/2));window.open("https://app.raindrop.io/add?link="+encodeURIComponent(window.location.href)+"&title="+encodeURIComponent(document.title),"raindrop-save","width="+rspW+",height="+rspH+",resizable=yes,scrollbars=yes,status=false,location=false,toolbar=false,left="+rspL+",top="+rspT)})()
```
- MD 🔗 #bookmarklet ^364
```javascript
(function(){const title = document.title;
const escapedTitle = title
.replace("\\", "\\\\")
.replace("[", "\\[")
.replace("]", "\\]");
const url = window.location.href;
const md = `[${escapedTitle}](${url})`;
prompt("clipboard", md);})();
```
- MH 🔗 #bookmarklet ^333
```javascript
(function(){const url = window.location.href;
const host = url.split("://", 2)[1].split("/", 1)[0];
const md = `[${host}](${url})`;
const copied = prompt("clipboard", md);
if (copied !== null) {
navigator.clipboard.writeText(copied);
}})();
```
- 📁 [[Pinned (Bookmarks)|Pinned]]
- 📁 [[Work (Bookmarks)|Work]]
- 📁 [[Quick Access (Bookmarks)|Quick Access]]