r18dev_remove_duplicates.user.js: correct typo
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// @namespace Violentmonkey Scripts
|
||||
// @match https://r18.dev/videos/vod/movies/list/*
|
||||
// @grant none
|
||||
// @version 1.1
|
||||
// @version 1.11
|
||||
// @author Lukáš Kucharczyk
|
||||
// @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
|
||||
@@ -34,7 +34,7 @@ function filterVideos() {
|
||||
}
|
||||
}
|
||||
});
|
||||
console.log(`Removed videos: ${removedCount.length}`)
|
||||
console.log(`Removed videos: ${removedCount}`)
|
||||
}
|
||||
|
||||
// Execute the function
|
||||
|
||||
Reference in New Issue
Block a user