Netflix Mark Watched

Mark Netflix shows as watched.

These are versions of this script where the code was updated. Show all versions.

  • v2.1 2024-09-02

    - Data Storage: Switch from LocalStorage to GM Storage, this makes it so when clearing history/data everything is still saved.
    - Backup Options: You can now merge or overwrite when restoring from backup.
    - Migration: This is automatically done when updating, it will check for watched data in LocalStorage and move it to GM Storage, then remove shows from LocalStorage.

  • v1.6 2024-09-02
  • v1.7 2024-09-02

    - IndexedDB Implementation: Replaced localStorage with IndexedDB for persistent storage.
    - Migration Function: Added to automatically migrate data from localStorage to IndexedDB when the script runs. This will allow you to keep watched data from old version.
    - Backup and Restore Compatibility: Now supports both the old localStorage format and the new IndexedDB format for backward compatibility.
    - UI and Functionality: The script retains all existing functionality, with changes to ensure that the data persists across browser data clearing and updates.

  • v1.6 2023-10-14