Commit Graph
13 Commits
Author SHA1 Message Date
yusufipek e58bd2ec42 Keep the chart tooltip inside the chart at both edges
The tooltip was clamped to a fixed 90px margin while it can grow to 260px,
so bars near the left edge pushed it outside the panel and cut the title and
view count. It now clamps against its measured width and rests against the
chart edge instead of staying centred.
2026-08-16 13:45:34 +03:00
yusufipek 36a44ce5be Add AMO listing images 2026-08-15 11:03:45 +03:00
yusufipek 10c6aba812 Pin the license to GPL-3.0-only 2026-08-15 11:01:11 +03:00
yusufipek fcea651191 Declare no data collection, license under GPL-3.0
AMO rejects new extensions without browser_specific_settings.gecko
.data_collection_permissions; nothing here leaves the browser, so the
required list is just "none".
2026-08-15 10:55:26 +03:00
yusufipek cb73024d27 Add screenshots to the READMEs 2026-08-15 10:52:48 +03:00
yusufipek e43cfae113 Add a packaging script 2026-08-15 10:50:07 +03:00
yusufipek a07558c371 Drop the panel's caveat line and chart hint 2026-08-15 10:48:55 +03:00
yusufipek ba95eba591 Drop the views-over-time note from the READMEs 2026-08-15 10:46:45 +03:00
yusufipek 3d53c40655 Drop the self-signing instructions from the READMEs 2026-08-15 10:46:11 +03:00
yusufipek 3dd305d3e7 Bump version to 0.1.1 2026-08-15 10:45:52 +03:00
yusufipek 66e6fec778 Make the distribution chart readable
Bars are HTML now instead of SVG: the SVG <title> tooltip barely showed up in
Firefox and thin bars were hard to hit. Each bar sits in a full-height hover
target, hovering shows the video's title, views and age, clicking opens it. A
legend explains the median line and the highlighted bar, and baselines now
cache titles for those tooltips.
2026-08-15 10:45:30 +03:00
yusufipek 0444792fa7 Ignore packaged zips 2026-08-15 10:37:00 +03:00
yusufipek 0d5a232f08 Outlier score badge on YouTube thumbnails
Scores every card against the median views of its own channel's last N
videos, badging the thumbnail above the duration stamp. Shorts and regular
videos are scored in separate pools, live streams in none. Baselines come
from YouTube's InnerTube endpoint, one request per channel, cached a day.
Interface in English and Turkish.
2026-08-15 10:32:29 +03:00