mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-07 12:07:11 +03:00
Fixed it!
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
var v = $('video')
|
var v = document.querySelector('video')
|
||||||
video_id = youtube_parser(document.URL);
|
video_id = youtube_parser(document.URL);
|
||||||
|
|
||||||
if(video_id){
|
if(video_id){
|
||||||
|
|||||||
Reference in New Issue
Block a user