Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix `<details><summary>` content formatting
  • Loading branch information
julien-deramond authored Mar 31, 2024
1 parent 8188466 commit 84e51af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Simply prefix this code with `javascript:` and save it as a bookmark on Chrome o

<details>
<summary><b>In Firefox</b></summary>

1. Go to `about:debugging#/runtime/this-firefox`
2. Click "Load Temporary Addon"
3. Select `manifest.json` in the downloaded folder
Expand All @@ -34,6 +35,7 @@ Simply prefix this code with `javascript:` and save it as a bookmark on Chrome o

<details>
<summary><b>In Chrome/Chromium browsers</b></summary>

1. Go to `chrome://extensions`
2. Enable "Developer Mode" in the top right
3. Click "Load Unpacked"
Expand All @@ -46,6 +48,7 @@ Simply prefix this code with `javascript:` and save it as a bookmark on Chrome o

<details>
<summary><b>In Microsoft Edge</b></summary>

1. Go to `edge://extensions`
2. Click "Load Unpacked"
3. Select the downloaded folder. Please use the Chrome version of the extension.
Expand Down

0 comments on commit 84e51af

Please sign in to comment.