Show current snapshot
v0.44

Differences

Removed text Inserted Text
Jump
14 seconds ago
                Zugriff verboten – Fehler 403

    Die angeforderte Ressource benötigt eine Authentifizierung. Bitte gehen Sie zurück zur Startseite.

    Access Denied – Error 403

    The requested resource requires an authentication.
    Please go back to homepage.

    Accès interdit – Erreur 403

    La ressource demandée nécessite une authentification. Veuillez retourner à la page d’accueil.

        
Not yet seconds ago
Current error-ing screenshot from most recent request
Pro-tip: Use show current snapshot tab to visualise what will be ignored.
1 day ago
Diff algorithm from the amazing github.com/kpdecker/jsdiff
For now, Differences are performed on text, not graphically, only the latest screenshot is available.
Screenshot requires Playwright/WebDriver enabled

This tool will extract text data from all of the watch history.

A RegEx is a pattern that identifies exactly which part inside of the text that you want to extract.

For example, to extract only the numbers from text ‐
Raw text: Temperature 5.5°C in Sydney
RegEx to extract: Temperature ([0-9\.]+)

Be sure to test your RegEx here.

Each RegEx group bracket () will be in its own column, the first column value is always the date.