Ignoriere /watch Links
This commit is contained in:
@@ -58,8 +58,8 @@
|
||||
return true;
|
||||
}
|
||||
|
||||
// Prüfe ob wir auf einer Playlist-Seite sind
|
||||
if (!window.location.href.includes('playlist?list=')) {
|
||||
// Prüfe ob wir auf einer echten Playlist-Seite sind (nicht watch)
|
||||
if (!window.location.pathname.includes('/playlist') || !window.location.href.includes('list=')) {
|
||||
console.log('[Playlist Duration] Nicht auf Playlist-Seite');
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user