Update content.js

This commit is contained in:
Official Noob 2019-12-31 22:52:41 +00:00 committed by GitHub
parent 1ac9989288
commit 41352a5116
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,15 +70,6 @@ var sponsorTimesSubmitting = [];
//this is used to close the popup on YouTube when the other popup opens
var popupInitialised = false;
//should view counts be tracked
var SB.config.trackViewCount = false;
let SB.config.trackViewCountStorage = SB.config.SB.config.trackViewCount;
if (SB.config.trackViewCountStorage != undefined) {
SB.config.trackViewCount = SB.config.trackViewCountStorage;
} else {
SB.config.trackViewCount = true;
}
//if the notice should not be shown
//happens when the user click's the "Don't show notice again" button
//option renamed when new notice was made