Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
momg [2024/09/18 01:41] – created GlitchyZorua | momg [2024/10/28 23:56] (current) – [Trivia] GlitchyZorua | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== MoMG Gif Gallery ====== | ====== MoMG Gif Gallery ====== | ||
- | **MoMG Gif Gallery** or just **MoMG** is a Gif Gallery that can be found in the Projects NavBar, and Site Map Tile J6. It has 99,969 GIFs as of writing this article. | + | **MoMG Gif Gallery** or just **MoMG** is a Gif Gallery that can be found in the Projects NavBar, and Site Map Tile J6. It has 99,969 GIFs as of writing this article. |
+ | |||
+ | On the top left, There is a speaker button that will disable the Music. | ||
+ | |||
+ | |||
+ | |||
+ | Song used: //Walking Together by Siddhartha Corsus// | ||
+ | |||
+ | Ambient sound used: https:// | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | MoMg gallery has its own Mastodon account, which you can visit [[https:// | ||
<note important> | <note important> | ||
Line 7: | Line 20: | ||
This page is a non-commercial art project. All the gifs on this site have been collected from the web and I BELIEVE them to be in the public domain. | This page is a non-commercial art project. All the gifs on this site have been collected from the web and I BELIEVE them to be in the public domain. | ||
- | If there is anything inappropriate, | + | If there is anything inappropriate, |
</ | </ | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ====== Trivia ====== | ||
+ | - The First Room is always the same 8 gifs! | ||
+ | |||
+ | ====== Breaking the code ====== | ||
+ | |||
+ | Forcefully go to the next room | ||
+ | < | ||
+ | room();</ | ||
+ | |||
+ | You can also do this as well | ||
+ | < | ||
+ | newRoom();</ | ||
+ | |||
+ | |||
+ | Puts the graphic in a frame | ||
+ | {{ :: | ||
+ | |||
+ | < | ||
+ | <link rel=" | ||
+ | </ | ||
+ | |||
+ | Random name generator | ||
+ | < | ||
+ | <script src=" | ||
+ | </ | ||
+ | |||
+ | Audio Toggle | ||
+ | < | ||
+ | audioToggle(); | ||
+ | </ | ||
+ | |||
+ | |||
+ | Sets the number of paintings in a room | ||
+ | < | ||
+ | g.settings.minRoomSize // 5 | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | g.settings.maxRoomSize // 25 | ||
+ | </ | ||
+ | |||
+ | Optimizations for the back button. | ||
+ | < | ||
+ | updateHistory()</ | ||
+ | |||
+ | Tells if song should be on or off. | ||
+ | < | ||
+ | g.global.playMusic // true | ||
+ | </ | ||
+ | |||
+ | Outputs the total amount of gifs in the gallery | ||
+ | < | ||
+ | g.settings.frameSize</ | ||