From 63bb75724bc59f964a1e817bf6d34e7ec95b3667 Mon Sep 17 00:00:00 2001 From: Marco Omainska Date: Mon, 30 Sep 2024 00:34:18 +0900 Subject: [PATCH] print selected fonts --- Jitai.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jitai.user.js b/Jitai.user.js index 6c89db3..ca21381 100644 --- a/Jitai.user.js +++ b/Jitai.user.js @@ -165,7 +165,7 @@ } } } - console.log(script_name+': applying font pool of ' + font_pool_selected.length + ' fonts:\n'+font_pool_selected); + console.log(script_name+': applying font pool of ' + font_pool_selected.length + ' fonts:\n'+font_pool_selected.map(a => a.display_name)); // randomly shuffle font pool shuffleArray(font_pool_selected);