Register
daisycat • 15 December 2023 at 3:30 PM
Updated Method | May 8, 2024Since Egg Cavity is no longer working, here is a workaround to preview travels on a creature.1. Visit the WayBack Machine Internet Archive and type "eggcavity.com" into the "Enter a URL" text box. https://web.archive.org/2. Hover over any highlighted date, such as March 6th, and click the linked numbers, such as 04:00:03. The highlighted dates indicate that a "snapshot" of the website was saved on that day.3. Hover over "Creature Viewer" and click "Easy Viewer". (You are now viewing an archived version of Egg Cavity.)4. Right click in the negative space (white area) of the webpage and select "View Page Source" or "View Source" (Crtl+U on Windows; Option+Cmd+U on Mac).5. Copy all of the code (Ctrl+A and Ctrl+C on Windows; Cmd+A and Cmd+C on Mac). This selects all and copies.6. Paste the code into any text editor with a "Find and Replace All" option (Ctrl+V on Windows; Cmd+V Mac). You are replacing the default creature image of the Aal with whatever creature you'd like to find a travel for. Find: aal Replace All With: Whatever creature you'd like to view! Example Find: aal Replace All With: cynorthYou can use this online text replacement tool: textcleaner.net/find-and-replace7. *You may not need to complete this step, test your code before and jump to step 8* After you've replaced the default Aal creature name to what you'd like (I am using the new creature Cynorth as an example), scroll in the text box and find a "double" URL that looks something like this (it should have your desired creature's name at the end):https://web.archive.org/web/20240105073347im_/https://static.eggcave.com/90by90/cynorth_1.pngCopy this "double" URL and paste it into the Find area of your text program.Paste it in the Replace area, as well, but delete the first URL. Find: https://web.archive.org/web/20240105073347im_/https://static.eggcave.com/90by90/cynorth_1.png Replace With: https://static.eggcave.com/90by90/cynorth_1.png8. Paste the code into a real-time HTML editor like this one: htmledit.squarefree.comDrag the bar in the middle of the screen to the top of the screen and it now appears as though you're on Egg Cavity!I know it's quite a few steps, but I hope it's useful for you.
snowywinter • 17 December 2023 at 10:23 PM
OMG... thank you!my brain is too foggy right now to try and figure this out, but it gives me hope knowing there *is* a way!😃 ❤️
daisycat • 17 December 2023 at 11:11 PM
@snowywinter No problem! I hope everything works smoothly if and when you try it out. ^^
discordia • 24 December 2023 at 5:19 PM
Very helpful, big kudos.
daisycat • 6 January 2024 at 3:47 PM
@discordia Thank you! I hope it benefits many. 😊