summaryrefslogtreecommitdiff
path: root/yt_noplaylist.user.js
diff options
context:
space:
mode:
Diffstat (limited to 'yt_noplaylist.user.js')
-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;
}