FeedCleaner versionshistorik - 7 versioner
FeedCleaner av koshiro
FeedCleaner versionshistorik - 7 versioner
Var försiktig med äldre versioner! Dessa versioner visas för test och referensändamål.Du bör alltid använda den senaste versionen av ett tillägg.
Senaste version
Version 6.0.1
Släppt 6 sep 2026 - 51,88 kBFungerar med firefox 140.0 och senareAdded a click-to-type input alongside the threshold/repeat-threshold sliders in settings so users can enter values directly and persist higher values than the slider's visible range.Källkod släppt under Mozilla Public License 2.0
Äldre versioner
Version 6.0
Släppt 1 sep 2026 - 113,43 kBFungerar med firefox 140.0 och senareKällkod släppt under Mozilla Public License 2.0
Version 5.0
Släppt 23 aug 2026 - 50,73 kBFungerar med firefox 140.0 och senareFeedCleaner now starts blocking automatically the moment YouTube or YouTube Music opens (no popup click needed), repairs blank video tiles, and adds opt-in features: an "Are you still watching?" bypass, tracking-parameter stripping, and an expanded telemetry-beacon blocker that now covers YouTube Music too. YouTube Music itself is privacy-only, links are cleaned and telemetry blocked there, but nothing is ever filtered or watch-tracked.Källkod släppt under Mozilla Public License 2.0
Version 0.4.1
Släppt 31 jul 2026 - 46,95 kBFungerar med firefox 140.0 och senareImplemented and committed the 0.4.1 History exemption.
History (/feed/history) now restores any cards previously hidden by the extension and skips all filtering.
History browsing no longer records Repeat Video Fixer sightings.
All commit history is public at this github repo: https://github.com/k0shir0/feedcleanerKällkod släppt under Mozilla Public License 2.0
Version 0.4.0
Släppt 29 jul 2026 - 46,61 kBFungerar med firefox 140.0 och senarefix get_state referenceerror, restore extractVideoId import, log failing handlers
GET_STATE still called getWatchedIds(), which 0.3.0 deleted when the watched
store became a { videoId: watchedAtMs } map — five of six call sites were
renamed to getWatched(), this one was missed. Every settings read goes
through GET_STATE, so the popup, the settings page, and the content-script
cache all silently fell back to their built-in defaults on load while
SET_SETTINGS kept writing to storage correctly: preferences looked like they
never saved.
youtube-feed.js used extractVideoId without destructuring it from YTWash, so
the IntersectionObserver callback threw on every sighting and the Repeat
Video Fixer never recorded a count.
Rejected message handlers now log the failing message type — both bugs were
invisible because a throwing handler only ever surfaces as a UI that quietly
stops updating.
See all commit history at the public Github page posted here: https://github.com/k0shir0/feedcleanerKällkod släppt under Mozilla Public License 2.0
Version 0.3.0
Släppt 25 jul 2026 - 46,44 kBFungerar med firefox 115.0 och senareAdd Repeat Video Fixer; flip placeholder default; apply review fixes
Counts feed-card viewport sightings (>=50% visible, once per video per
SPA navigation) via IntersectionObserver, batched to the background and
stored in storage.local.seenCounts with last-seen pruning. Cards seen at
least repeatThreshold times before (default 1, configurable 1-10) are
hidden with the same hard-hide/placeholder modes as the Watch Filter;
repeat placeholders offer a "Show anyway" per-video count reset.
Hide decisions use sighting counts snapshotted at navigation time so a
card never disappears while it is being looked at; the snapshot only
syncs downward mid-page (resets/clears).
placeholderMode now defaults to true for new installs.Källkod släppt under Mozilla Public License 2.0
Version 0.1.0
Släppt 16 jul 2026 - 37,23 kBFungerar med firefox 115.0 och senareKällkod släppt under Mozilla Public License 2.0