File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
background/sources/videos Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ chrome.webRequest.onBeforeSendHeaders.addListener((details) => {
2424
2525export default {
2626 patterns : [
27- '*://www.youtube.com/watch?v=*' ,
28- '*://m.youtube.com/watch?v=*' ,
27+ '*://www.youtube.com/watch?* v=*' ,
28+ '*://m.youtube.com/watch?* v=*' ,
2929 '*://youtu.be/*' ,
30- '*://music.youtube.com/watch?v=*' ,
31- '*://gaming.youtube.com/watch?v=*' ,
30+ '*://music.youtube.com/watch?* v=*' ,
31+ '*://gaming.youtube.com/watch?* v=*' ,
3232 ] ,
3333 getVideo : async ( url ) => {
3434 const id = ytdl . getURLVideoID ( url ) ;
Original file line number Diff line number Diff line change 3232 "content_scripts" : [
3333 {
3434 "matches" : [
35- " https://www .youtube.com/watch?v=*"
35+ " https://* .youtube.com/watch?* v=*"
3636 ],
3737 "js" : [
3838 " util/time.js" ,
You can’t perform that action at this time.
0 commit comments