mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Update content.js
This commit is contained in:
parent
1ac9989288
commit
41352a5116
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue