Skip to content

Commit 3d1b19f

Browse files
Readme and about link updates
1 parent cb87acf commit 3d1b19f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Extension Data Viewer
22

3-
A web application built with [SvelteKit](https://kit.svelte.dev/) to view the data compiled in the [public Google Sheet](https://docs.google.com/spreadsheets/d/1BQ93yboBqo6QUDhS9bVVOQLa48kcAiOZArmqQHbgNWU) created by [@j3lte](https://x.com/j3lte).
3+
A web application built with <a href="https://kit.svelte.dev/" target="_blank" rel="noreferrer">SvelteKit</a> to view the data compiled in the <a href="https://docs.google.com/spreadsheets/d/1BQ93yboBqo6QUDhS9bVVOQLa48kcAiOZArmqQHbgNWU" target="_blank" rel="noreferrer">public Google Sheet</a> created by <a href="https://x.com/j3lte" target="_blank" rel="noreferrer">@j3lte</a>.
44

5-
This dataset contains publicly available information from the Honey browser extension and was compiled as part of an investigation by [@megalag](https://x.com/megalag). You can watch the full investigation video [here](https://www.youtube.com/watch?v=wwB3FmbcC88).
5+
This dataset contains publicly available information from the Honey browser extension and was compiled as part of an investigation by <a href="https://x.com/megalag" target="_blank" rel="noreferrer">@megalag</a>. You can watch the full investigation video <a href="https://youtu.be/vc4yL3YTwWk" target="_blank" rel="noreferrer">here</a>.
66

77
## Features
88

@@ -28,8 +28,8 @@ The application ensures high performance with large datasets (184k+ rows) by off
2828

2929
### Prerequisites
3030

31-
- [Bun](https://bun.sh/) (latest)
32-
- [Python](https://www.python.org/) (3.13+)
31+
- <a href="https://bun.sh/" target="_blank" rel="noreferrer">Bun</a> (latest)
32+
- <a href="https://www.python.org/" target="_blank" rel="noreferrer">Python</a> (3.13+)
3333
- Public Google Sheet URL (must be viewable by anyone with the link)
3434

3535
### Setup

src/lib/components/credits/credits.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<!-- Video Reference -->
2222
<Credit
23-
href="https://www.youtube.com/watch?v=wwB3FmbcC88"
23+
href="https://youtu.be/vc4yL3YTwWk"
2424
label="Investigation"
2525
description="Video Reference"
2626
icon="youtube"

0 commit comments

Comments
 (0)