Skip to content

Commit db154d2

Browse files
author
John Goodliff
authored
Add screenshot to README
1 parent 61b874a commit db154d2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!-- Project Header -->
22
<div align="center">
3+
<img class="projectLogo" src="screenshot.png" alt="Project logo" title="Project logo" width="512">
4+
35
<h1 class="projectName">Watch History Exporter for Amazon Prime Video</h1>
46

57
<p class="projectBadges">
@@ -23,12 +25,12 @@
2325
This script runs in your browser and allows you to save your watch history from [Amazon Prime Video] to a CSV file, where it can be processed further or imported into other platforms.
2426

2527
## Usage
26-
You can run the script by copying the code in [watch-history-exporter-for-amazon-prime-video.js] and pasting it into your browser's devtools console.
28+
You can run the script by going to [primevideo.com/settings/watch-history], copying the code in [watch-history-exporter-for-amazon-prime-video.js], and pasting it into your browser's devtools console.
2729

2830
> [!CAUTION]
2931
> For security reasons, I do not recommend running scripts from the internet unless you understand what they are doing. If you are not a developer, I recommend reading the comments in the code and/or asking a LLM like [ChatGPT] to explain it to you.
3032
31-
**Detailed steps:**
33+
**Detailed instructions:**
3234
1. Open [primevideo.com/settings/watch-history] in your browser
3335
2. Open your browser's devtools console ([how?])
3436
3. Copy the code in [watch-history-exporter-for-amazon-prime-video.js] and paste it into the console. If this doesn't work or you see a warning message about pasting, see the [FAQ].

0 commit comments

Comments
 (0)