Jump to content

Unique worlds: Difference between revisions

No edit summary
Line 56: Line 56:
[https://ourworldoftext.com/ms-paint /ms-paint] is a world that more or less replicates a painting software. The script for this world is stored at [https://ourworldoftext.com/static/files/paint_1699.js /static/files/paint_1699.js].
[https://ourworldoftext.com/ms-paint /ms-paint] is a world that more or less replicates a painting software. The script for this world is stored at [https://ourworldoftext.com/static/files/paint_1699.js /static/files/paint_1699.js].
[[File:Mspaint 1.png|none|thumb|468x468px|The /ms-paint interface. Buttons at the top are merely cosmetic, the chat button disappears upon being clicked on.]]
[[File:Mspaint 1.png|none|thumb|468x468px|The /ms-paint interface. Buttons at the top are merely cosmetic, the chat button disappears upon being clicked on.]]
== Worlds by InfraRaven ==
The following worlds are [[InfraRaven]]'s experiments with XSS.
Special features are enabled upon opening [[chat]].
=== /toast ===
[[File:Infraraven chat embed.png|thumb|227x227px|Video embeds in [https://ourworldoftext.com/toast /toast]'s chat]]
[https://ourworldoftext.com/toast /toast] is a world with a [[Background images|background image.]]
Opening chat enables a squeaking sound effect that plays every time you click on the canvas.
This world's chat also showcases a feature where admins can embed files in chat messages.
onerror='const audio = { down: "<nowiki>https://infraraven.com/SqueakStart.ogg</nowiki>", up: "<nowiki>https://infraraven.com/SqueakEnd.ogg</nowiki>" }; function loadAudio (audioObj) { for (const audioTitle in audioObj) { audioObj[audioTitle] = new Audio(audioObj[audioTitle]); }; }; function eventHandler(event) { if (!event) return false; switch (event.type) { case "mousedown": if (audio.down.readyState >= 4) audio.down.play(); break; case "mouseup": if (audio.up.readyState >= 4) audio.up.play(); break; }; }; loadAudio(audio); window.addEventListener("mousedown", eventHandler); window.addEventListener("mouseup", eventHandler);'
=== /spacejunk ===
Opening chat in [https://ourworldoftext.com/spacejunk /spacejunk] automatically runs Poopman's [[Space Fighters]] script, which allows users to control unicode spaceships and shoot bullets at one another.
The script no longer seems to function properly as of 2024. A soundtrack will play and UI elements will still appear, but the game itself will not start.


== /WOTDguessr ==
== /WOTDguessr ==