mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Removed videoID as now message active tab
This commit is contained in:
parent
a5d605f539
commit
67c4acbc5e
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue