diff --git a/ContentScript.js b/ContentScript.js index 3d7c359..40a704e 100644 --- a/ContentScript.js +++ b/ContentScript.js @@ -85,7 +85,7 @@ function next() { function previous() { Elements.forEach((data, e) => { if (isPaused(e)) return; - // Unknown + // Go to start of media e.currentTime = 0; }); }