diff --git a/README.md b/README.md index 426c04d..4294a03 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ No server, no API key, no account: the extension calls YouTube's own internal request per channel, cached in `storage.local` for 24 hours by default, and cards are only processed once they scroll into view. +![Outlier scores on the YouTube home page](screenshots/home.webp) + +![The watch page panel](screenshots/watch-panel.webp) + ## Trying it out `about:debugging#/runtime/this-firefox` → **Load Temporary Add-on** → the diff --git a/README.tr.md b/README.tr.md index d2736c0..c50ec8c 100644 --- a/README.tr.md +++ b/README.tr.md @@ -14,6 +14,10 @@ dahili (InnerTube) ucuna oturumsuz istek atar. Kanal başına bir istek, sonucu `storage.local` içinde varsayılan 24 saat tutulur, kartlar ancak ekrana girince işlenir. +![YouTube ana sayfasında outlier skorları](screenshots/home.webp) + +![İzleme sayfasındaki panel](screenshots/watch-panel.webp) + ## Denemek için `about:debugging#/runtime/this-firefox` → **Geçici Eklenti Yükle** → bu dizindeki diff --git a/screenshots/home.webp b/screenshots/home.webp new file mode 100644 index 0000000..3ce8c03 Binary files /dev/null and b/screenshots/home.webp differ diff --git a/screenshots/watch-panel.webp b/screenshots/watch-panel.webp new file mode 100644 index 0000000..863d2f8 Binary files /dev/null and b/screenshots/watch-panel.webp differ