From 6e22e4e857ebb674fd8ab2b1baaad6f04139f888 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Wed, 15 Mar 2023 12:48:41 +0100 Subject: [PATCH] update --- tools/XylkJweJ/secret/script.js | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/tools/XylkJweJ/secret/script.js b/tools/XylkJweJ/secret/script.js index de76f0a..7e55e8c 100644 --- a/tools/XylkJweJ/secret/script.js +++ b/tools/XylkJweJ/secret/script.js @@ -60,14 +60,11 @@ class TextScramble { // Example // —————————————————————————————————————————————————— -const phrases = [ -'Neo,', -'sooner or later', -'you\'re going to realize', -'just as I did', -'that there\'s a difference', -'between knowing the path', -'and walking the path']; +const phrases = ['You think you are funny?', + 'Do you think that the number 69 is funny?', + 'You probably just see the number 69 and go "haha 69"', + 'Its not funny', + 'Please stop']; const el = document.querySelector('.text');