diff options
| author | stderr64 <stderr64@null.net> | 2026-07-04 16:26:47 +0300 |
|---|---|---|
| committer | stderr64 <stderr64@null.net> | 2026-07-04 16:26:47 +0300 |
| commit | 2a15cd73ba698cd6269ad9e9123fe18b0ce17f79 (patch) | |
| tree | dd2e13a935a2707d357dfe75686c0533ba27ea62 | |
| parent | 440b19a21a5cdfe69a6c91b9004405a33b28f9fb (diff) | |
| download | yt_noplaylist-2a15cd73ba698cd6269ad9e9123fe18b0ce17f79.tar.gz yt_noplaylist-2a15cd73ba698cd6269ad9e9123fe18b0ce17f79.tar.zst | |
| -rw-r--r-- | yt_noplaylist.user.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_noplaylist.user.js b/yt_noplaylist.user.js index 4e51eb6..59bd71a 100644 --- a/yt_noplaylist.user.js +++ b/yt_noplaylist.user.js @@ -11,7 +11,7 @@ (function() { 'use strict'; - if ( window.location === undefined || window.location.length == 0 ){ + if ( window.location === undefined || window.location.length === 0 ){ console.log( "[YouTube No Playlist] Error: window.location is undefined or empty" ); return; } |
