r18dev_remove_duplicates.user.js: correct typo

This commit is contained in:
2025-12-03 09:41:19 +01:00
parent d940a322bb
commit 4e2131a85b
+2 -2
View File
@@ -3,7 +3,7 @@
// @namespace Violentmonkey Scripts // @namespace Violentmonkey Scripts
// @match https://r18.dev/videos/vod/movies/list/* // @match https://r18.dev/videos/vod/movies/list/*
// @grant none // @grant none
// @version 1.1 // @version 1.11
// @author Lukáš Kucharczyk // @author Lukáš Kucharczyk
// @description Removes duplicate entries in the list of movies on r18.dev. // @description Removes duplicate entries in the list of movies on r18.dev.
// @downloadURL https://git.kucharczyk.xyz/lukas/userscripts/raw/branch/main/r18dev_remove_duplicates.user.js // @downloadURL https://git.kucharczyk.xyz/lukas/userscripts/raw/branch/main/r18dev_remove_duplicates.user.js
@@ -34,7 +34,7 @@ function filterVideos() {
} }
} }
}); });
console.log(`Removed videos: ${removedCount.length}`) console.log(`Removed videos: ${removedCount}`)
} }
// Execute the function // Execute the function