mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 13:07:05 +03:00
Removed videoID as now message active tab
This commit is contained in:
@@ -182,8 +182,6 @@ function videoIDChange(id) {
|
|||||||
|
|
||||||
//not a url change
|
//not a url change
|
||||||
if (sponsorVideoID == id) return;
|
if (sponsorVideoID == id) return;
|
||||||
|
|
||||||
chrome.storage.sync.set({videoID: id});
|
|
||||||
|
|
||||||
//warn them if they had unsubmitted times
|
//warn them if they had unsubmitted times
|
||||||
if (previousVideoID != null) {
|
if (previousVideoID != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user