···2626#### BASIC INSTALL
2727 - Copy the contents of this repository to an online directory. That's all. You can start saving links.
28282929-3030-#### HIDE SAVE BUTTON
3131- - If you are using this for your personal use (you don't want anyone else saving on your page), you can uncomment this line in **script.js** file
3232- and add the code you want here AND as a variable in your browser's local storage.
3333-3434-`
3535- // const appcode = "notsosecretcode";
3636- `
3737-3838- 
3939-4029#### SHOWCASE YOUR LINKS
4130- If you want to showcase your saved links, update the **mybookmarks.csv** file
4231···48374938**Option 2** (If you want your links saved on your browser's local storage)
5039- Add > Bulk Transfer > Paste the contents.
4040+4141+#### CREATE BOOKMARKLET
4242+To be able to easily save bookmarks create a bookmarklet:
4343+- In your browser, create a new bookmark with "add woomark" () as Name
4444+- Paste the next code as URL.
4545+```
4646+javascript:(function(){
4747+const url = encodeURIComponent(window.location.href);
4848+const title = encodeURIComponent(document.title);
4949+window.open(`https://YOURDOMAINGOESHERE.com/?title=${title}&url=${url}`, '_blank');
5050+})();
5151+```
5252+5353+#### HIDE SAVE BUTTON
5454+ - If you are using this for your personal use (you don't want anyone else saving on your page), you can uncomment this line in **script.js** file
5555+ and add the code you want here AND as a variable in your browser's local storage.
5656+5757+`
5858+ // const appcode = "notsosecretcode";
5959+ `
6060+6161+ 
51625263## Features
5364- Add/Delete links