From 67c4acbc5ec73c92b259d13fbd53e846ac13cc25 Mon Sep 17 00:00:00 2001 From: Official Noob <31563761+OfficialNoob@users.noreply.github.com> Date: Mon, 12 Aug 2019 13:38:35 +0100 Subject: [PATCH] Removed videoID as now message active tab --- content.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/content.js b/content.js index 75378e32..c6e0fbdb 100644 --- a/content.js +++ b/content.js @@ -182,8 +182,6 @@ function videoIDChange(id) { //not a url change if (sponsorVideoID == id) return; - - chrome.storage.sync.set({videoID: id}); //warn them if they had unsubmitted times if (previousVideoID != null) {