Removed unused lines

This commit is contained in:
Official Noob
2019-08-08 14:04:21 +01:00
committed by GitHub
parent 410f5fc138
commit 2067b1c787

View File

@@ -1,11 +1,6 @@
var previousVideoID = null
//the id of this user, randomly generated once per install
var userID = null;
//the last video id loaded, to make sure it is a video id change
var sponsorVideoID = null;
//when a new tab is highlighted
chrome.tabs.onActivated.addListener(
function(activeInfo) {