From 2a15cd73ba698cd6269ad9e9123fe18b0ce17f79 Mon Sep 17 00:00:00 2001 From: stderr64 Date: Sat, 4 Jul 2026 16:26:47 +0300 Subject: Fixed type checking --- yt_noplaylist.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.3.1-10-gc9f91