summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstderr64 <stderr64@null.net>2026-07-04 16:26:47 +0300
committerstderr64 <stderr64@null.net>2026-07-04 16:26:47 +0300
commit2a15cd73ba698cd6269ad9e9123fe18b0ce17f79 (patch)
treedd2e13a935a2707d357dfe75686c0533ba27ea62
parent440b19a21a5cdfe69a6c91b9004405a33b28f9fb (diff)
downloadyt_noplaylist-2a15cd73ba698cd6269ad9e9123fe18b0ce17f79.tar.gz
yt_noplaylist-2a15cd73ba698cd6269ad9e9123fe18b0ce17f79.tar.zst
Fixed type checking HEAD master
-rw-r--r--yt_noplaylist.user.js2
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;
}