From eb4bf89194ff08766088c26b5b445c563772d853 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 7 Jan 2020 22:12:53 -0500 Subject: [PATCH] Fixed default --- SB.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SB.js b/SB.js index 7f9a8fec..66da94d4 100644 --- a/SB.js +++ b/SB.js @@ -51,7 +51,7 @@ SB.defaults = { "sponsorTimesContributed": 0, "disableSkipping": false, "disableAutoSkip": false, - "trackViewCount": false, + "trackViewCount": true, "dontShowNotice": false, "hideVideoPlayerControls": false, "hideInfoButtonPlayerControls": false,