fix max height for gummyboy and some stuff cause yes

This commit is contained in:
TheWiiArchivist wmt 2025-08-17 15:05:17 -05:00
parent a02d770d26
commit 4ff242617e
13 changed files with 247 additions and 198 deletions

View File

@ -11,7 +11,7 @@
<script src="meta/loader.js"></script>
</head>
<body>
<div id="wscspinnerbg" style="display:none;"><img id="wscspinner" src="/meta/grey-loader.png" alt="loadin" loading="lazy" onload="loadrimg();"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s" loading="lazy"></div>
<div id="wscspinnerbg" style="display:none;"><img id="wscspinner" onload="loadrimg();" src="/meta/grey-loader.png" alt="spin"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s"></div>
<img src="/media/branding-bag-no-bg.png" loading="lazy" width="150px">
<h1 style="color:#ff3d3d;">404 Page Not Found</h1>

View File

@ -19,7 +19,7 @@
<style>mark {color:white} img.wm {width: 100%;vertical-align: middle;} div.wm {padding:20px;border-radius:5px;margin-top:10px;}</style>
</head>
<body >
<div id="backgroundd" style="display:none;"></div><div id="wscspinnerbg" style="display:none;"><img id="wscspinner" src="/meta/grey-loader.png" alt="spin"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s"></div><div class="box" id="bgmplayer" onclick="activatebgmplayer();" style="display:none;"> <div id="bgmplayerBG"></div> <div id="mainplayer"><p id="bgmplrtitle">bgm plr..</p><a href="javascript:playBGM();" onclick="allowedtoload = false;" id="shopbgmselector" title="Enable audio autoplay in your browser for it to continue playing throughout the website."><button id="shopbgm">....</button></a><a href="javascript:deactivatebgmplayer();" onclick="allowedtoload = false;"><button>Close</button></a></div> </div>
<div id="backgroundd" style="display:none;"></div><div id="wscspinnerbg" style="display:none;"><img id="wscspinner" onload="loadrimg();" src="/meta/grey-loader.png" alt="spin"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s"></div><div class="box" id="bgmplayer" onclick="activatebgmplayer();" style="display:none;" title="BGM player"> <div id="bgmplayerBG"></div> <div id="mainplayer"><p id="bgmplrtitle">bgm plr..</p><a href="javascript:playBGM();" onclick="spinnerallowed=false;" id="shopbgmselector" title="Enable audio autoplay in your browser for it to continue playing throughout the website."><button id="shopbgm">Ply?</button></a><a href="javascript:deactivatebgmplayer();" onclick="spinnerallowed=false;"><button>Close</button></a></div> </div>
<h1><a href="/">WiiMart</a></h1>
@ -32,7 +32,7 @@
<div style="background-color: white;border-color: white;" class="wm"><img loading="lazy" src="media/branding-wordmark-blue.png" class="wm"></div>
<div style="background-color: white;border-color: white;" class="wm"><img loading="lazy" src="media/branding-wordmark-black.png" class="wm"></div>
<p>The wordmarks should be visible on the background they are in, like shown.</p>
<p><a href="media/branding-wordmark.svg" class="btn" download>Download SVG</a></p>
<p><a href="media/branding-wordmark.svg" class="btn" download onclick="spinnerallowed=false;">Download SVG</a></p>
</div>
<div class="box">
@ -49,7 +49,7 @@
<img loading="lazy" src="media/branding-bag-no-bg.png" height="200px">
<img loading="lazy" src="media/branding-wfc-joke.png" width="200px" height="200px" style="min-width:200px; min-height:200px;">
<p>Here are two shop icons with one WFC joke.</p>
<p><a href="media/branding-bag.svg" class="btn" download>Download SVG</a></p>
<p><a href="media/branding-bag.svg" class="btn" download onclick="spinnerallowed=false;">Download SVG</a></p>
</div>
@ -63,7 +63,7 @@
<div class="box">
<h2>Extra Information</h2>
<p>The icons and banners are recolors of Wii Shop Channel textures, WiiMart itself is primarily a parody of
the <a href="https://www.cufonfonts.com/font/wal-mart-logos-1980s-1990s">90s Walmart branding</a>.</p>
the <a href="https://www.cufonfonts.com/font/wal-mart-logos-1980s-1990s" target="_blank" onclick="spinnerallowed=true; /*doesntworkwithoutthis??*/">90s Walmart branding</a>.</p>
</div>
</div>

View File

@ -27,7 +27,7 @@
</style>
</head>
<body>
<div id="backgroundd" style="display:none;"></div><div id="wscspinnerbg" style="display:none;"><img id="wscspinner" src="/meta/grey-loader.png" alt="spin"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s"></div><div class="box" id="bgmplayer" onclick="activatebgmplayer();" style="display:none;"> <div id="bgmplayerBG"></div> <div id="mainplayer"><p id="bgmplrtitle">bgm plr..</p><a href="javascript:playBGM();" onclick="allowedtoload = false;" id="shopbgmselector" title="Enable audio autoplay in your browser for it to continue playing throughout the website."><button id="shopbgm">....</button></a><a href="javascript:deactivatebgmplayer();" onclick="allowedtoload = false;"><button>Close</button></a></div> </div>
<div id="backgroundd" style="display:none;"></div><div id="wscspinnerbg" style="display:none;"><img id="wscspinner" onload="loadrimg();" src="/meta/grey-loader.png" alt="spin"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s"></div><div class="box" id="bgmplayer" onclick="activatebgmplayer();" style="display:none;" title="BGM player"> <div id="bgmplayerBG"></div> <div id="mainplayer"><p id="bgmplrtitle">bgm plr..</p><a href="javascript:playBGM();" onclick="spinnerallowed=false;" id="shopbgmselector" title="Enable audio autoplay in your browser for it to continue playing throughout the website."><button id="shopbgm">Ply?</button></a><a href="javascript:deactivatebgmplayer();" onclick="spinnerallowed=false;"><button>Close</button></a></div> </div>
<h1><a href="/">WiiMart</a></h1>

View File

@ -20,7 +20,7 @@
<style>input {margin-bottom: 15px;} #results {display:none;border-color:red;text-align:left} #results h2 {color:#FF0000;} #results p {color:#FF0000}</style>
</head>
<body>
<div id="backgroundd" style="display:none;"></div><div id="wscspinnerbg" style="display:none;"><img id="wscspinner" src="/meta/grey-loader.png" alt="spin"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s"></div><div class="box" id="bgmplayer" onclick="activatebgmplayer();" style="display:none;"> <div id="bgmplayerBG"></div> <div id="mainplayer"><p id="bgmplrtitle">bgm plr..</p><a href="javascript:playBGM();" onclick="allowedtoload = false;" id="shopbgmselector" title="Enable audio autoplay in your browser for it to continue playing throughout the website."><button id="shopbgm">....</button></a><a href="javascript:deactivatebgmplayer();" onclick="allowedtoload = false;"><button>Close</button></a></div> </div>
<div id="backgroundd" style="display:none;"></div><div id="wscspinnerbg" style="display:none;"><img id="wscspinner" onload="loadrimg();" src="/meta/grey-loader.png" alt="spin"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s"></div><div class="box" id="bgmplayer" onclick="activatebgmplayer();" style="display:none;" title="BGM player"> <div id="bgmplayerBG"></div> <div id="mainplayer"><p id="bgmplrtitle">bgm plr..</p><a href="javascript:playBGM();" onclick="spinnerallowed=false;" id="shopbgmselector" title="Enable audio autoplay in your browser for it to continue playing throughout the website."><button id="shopbgm">Ply?</button></a><a href="javascript:deactivatebgmplayer();" onclick="spinnerallowed=false;"><button>Close</button></a></div> </div>
<h1><a href="/">WiiMart</a></h1>
@ -37,13 +37,57 @@
<div class="box" id="results" style="transition:.3s easein-out; text-align:center;">
<h2 id="code"></h2>
<p id="issue"></p>
<p><a href="javascript:reseterrorcodeform();" onclick="allowedtoload = false;" style="color: #FF4242;cursor:pointer;text-align:center; text-decoration:underline;"><b>Check another error</b></a></p>
<p><a href="javascript:reseterrorcodeform();" onclick="spinnerallowed=false;" style="color: #FF4242;cursor:pointer;text-align:center; text-decoration:underline;"><b>Check another error</b></a></p>
</div>
</div>
<p>Want to contribute to this? Go see the <a href="https://wiilab.wiimart.org/wiimart/WiiMart-github-io/-/blob/main/meta/error.js">error.js</a> file over at GitLab.</p>
<p>Want to contribute to this? Go see the <a href="https://wiilab.wiimart.org/wiimart/WiiMart-github-io/-/blob/main/meta/error.js" target="_blank">error.js</a> file over at GitLab.</p>
<footer><p>The WiiMart Team is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="mailto:support@wiimart.org"><b>support@wiimart.org</b></a>.</p></footer>
</body>
</html>
<!--
<hr style="margin-bottom:20px;">
<div class="row">
<div class="box" id="checkstat">
<h2>WiiMart Shop Status checker</h2>
<a href="javascript:checktheshop();" onclick="spinnerallowed=false;" id="shopchecker"><button>Check oss-auth (wiimart)</button></a>
<script>
function checktheshop() {
document.getElementById("checkresultt").innerText="Checking..";
// yes im using a image, this is for older browser compatability & safer :3
var shopchecktemp = new Image();
shopchecktemp.src="https://oss-auth.thecheese.io/oss/oss/common/images//spacer.gif";
shopchecktemp.id="stat";
document.getElementById("checkstat").appendChild(shopchecktemp);
shopchecktemp.onload= shopisup;
shopchecktemp.onerror= shopisdown;
}
function shopisup() {
document.getElementById("checkresultt").style.color="#34BEED";
document.getElementById("checkresultt").innerText="Shop is up! (on console)";
}
function shopisdown() {
document.getElementById("checkresultt").style.color="#FF4242";
document.getElementById("checkresultt").innerText="Shop is down... (on console)";
}
</script>
<style>
#checkresultt{line-height:10px; max-height:10px; display:block; margin-top:20px;}
#stat {width:1px; height:1px; position:absolute;bottom:3px;right:3px; background-color:red;}
</style>
<p id="checkresultt" style="color:#34BEED; height:10px;">...</p>
<p style="opacity:50%; font-size:15px; margin-top:0px;">*results may not be accurate, if you check the shop and its down even if this says its up, go to <a href="/support" >our support page</a>. <br> its likely something is wrong with the shop (like a page is broken), but it is still technically "up".</p>
</div>
<div class="box" id="results" style="transition:.3s easein-out; text-align:center;">
<h2 id="code"></h2>
<p id="issue"></p>
<p><a href="javascript:reseterrorcodeform();" onclick="spinnerallowed=false;" style="color: #FF4242;cursor:pointer;text-align:center; text-decoration:underline;"><b>Check another error</b></a></p>
</div>
</div>
-->

View File

@ -1,24 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<style>@font-face {font-family:'Shop';src:url('meta/shop.ttf') format('truetype');font-weight:normal;font-style:normal;}</style>
<!--<script src="meta/music.js" ></script>-->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<style>@font-face {font-family: 'Shop'; src: url('meta/shop.ttf') format('truetype'); font-weight: normal; font-style: normal;}</style>
<script src="meta/loader.js"></script>
<title>FishieMart: an active Fishie Fishie revival!</title>
<meta property="og:title" content="FishieMart: an active Fishie Fishie revival!">
<meta property="og:description" content="FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE.">
<meta property="og:image" content="https://wiimart.org/media/pfp-fishie.png">
<meta property="og:url" content="https://wiimart.org/fishiemart">
<script src="meta/loader.js"></script>
<meta name="theme-color" content="#FFA500">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="meta/main.css">
<script src="meta/gallery.js" defer></script>
<link rel="icon" type="image/x-icon" href="meta/favicon-fishie.ico">
<style>
body {filter:blur(0px);}
div.box {border-color: #fab62a; box-shadow: 0 0 10px #a153005d}
<meta property="og:title" content="FishieMart: an active Fishie Fishie revival!">
<meta property="og:description" content="FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE.">
<meta property="og:image" content="https://wiimart.org/media/pfp-fishie.png">
<meta property="og:url" content="https://wiimart.org/fishiemart">
<meta content="#1164E9" data-react-helmet="true" name="theme-color">
<meta name="keywords" content="FishieMart, Wii Shop, homebrew">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="meta/main.css">
<script src="meta/gallery.js" defer></script>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style>
.em {opacity:1; transition: opacity 0.5s ease-in-out;} .em.fade {opacity: 0;}
div.box {border-color: #fab62a; box-shadow: 0 0 10px #a153005d}
button {outline: 1px solid #fab62a;} button:hover {box-shadow: inset 0 0 0 3px #fab62a; }
h1, h2, h3 {color:#fab62a;}
a {color:#fab62a}
@ -30,21 +30,31 @@
figcaption {padding-left:15px;text-align:left}
hr {border-style:dashed}
.arrow {filter:hue-rotate(215deg);} /* filter dont work on old browsers, womp womp */
div#bgmplayer {top:0 !important; border: 2px solid #fab62a;}#bgmplayer #bgmplrtitle {color:#db7012 !important;}#bgmplayer button {outline: 1px solid #fab62a;}#bgmplayer button:hover {box-shadow: inset 0 0 0 3px #fab62a;}
</style>
#bgmplayer {border: 2px solid #fab62a !important;} .box#bgmplayer #bgmplrtitle {color: #fab62a;}
/* Dark theme via system preference */
@media (prefers-color-scheme: dark)
{
.details-impt-info summary:hover {background-color:#d1bb734d;}
.details-impt-info summary:active {background-color:#d1b0736b;}
}
</style>
</head>
<body onload="FishieMartWednesday();">
<!-- bug: position:fixed/absolute not relative dont work for some reason.. -->
<div id="backgroundd" style="display:none;"></div><div id="wscspinnerbg" style="display:none;"><div id="wscspinnerbg" style="display:none;"><img id="wscspinner" src="/meta/grey-loader.png" alt="loadin" loading="lazy" onload="loadrimg();"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s" loading="lazy"></div></div><div class="box" id="bgmplayer" onclick="activatebgmplayer();"> <div id="bgmplayerBG"></div> <div id="mainplayer"><p id="bgmplrtitle">bgm plr..</p><a href="javascript:playBGM();" onclick="spinner = false;" id="shopbgmselector" title="Enable aqua fishplay in your browser for it to continue playing throughout the ocean."><button id="shopbgm">....</button></a><a href="javascript:deactivatebgmplayer();" onclick="spinner = false;"><button>Close</button></a></div> </div>
<a id="fishietitle" href="javascript:easter1();" onclick="spinner = false;" title="Click to return to the frontpage.">FishieMart</a>
<body onload="setTimeout(function(){WiiMartWednesday();},50);" style="filter:none;">
<div id="backgroundd" style="display:none;"></div><div id="wscspinnerbg" style="display:none;"><img id="wscspinner" onload="loadrimg();" src="/meta/grey-loader.png" alt="spin"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s"></div><div class="box" id="bgmplayer" onclick="activatebgmplayer();" style="display:none;" title="BGM player"> <div id="bgmplayerBG"></div> <div id="mainplayer"><p id="bgmplrtitle">bgm plr..</p><a href="javascript:playBGM();" onclick="spinnerallowed=false;" id="shopbgmselector" title="Enable aqua fishplay in your browser for it to continue playing throughout the ocean."><button id="shopbgm">Ply?</button></a><a href="javascript:deactivatebgmplayer();" onclick="spinnerallowed=false;"><button>Close</button></a></div> </div>
<a id="fishietitle" href="javascript:easter1();" onclick="spinnerallowed=false;" title="Click to return to the frontpage.">FishieMart</a>
<script>var fishtitle = document.getElementById("fishietitle"); var fishscr1 = new Audio("/media/sound-fishie-scream1.wav"); var fishscr2 = new Audio("/media/sound-fishie-scream2.wav"); var fishscr3 = new Audio("/media/sound-fishie-scream3.wav"); function easter1(){fishscr1.play(); fishtitle.href="javascript:easter2();"; fishtitle.style.color="#ff9d1e";} function easter2(){fishscr2.play(); fishtitle.href="javascript:easter3();"; fishtitle.style.color="#e66f00";} function easter3(){setTimeout(function(){location.href= "../"; document.body.style.filter="blur(0px)";},480); fishscr3.play(); fishtitle.style.color="#db7012"; document.body.style.transition=".5s ease-in-out"; document.body.style.filter="blur(3px)"; } </script>
<script>function FishieMartWednesday() {const today = new Date(); const dayOfWeek = today.getDay();if (dayOfWeek === 3) {const wednesdayDiv = document.getElementById('wednesdaytitles'); if (wednesdayDiv) {wednesdayDiv.style.display = 'block';} }}; function whatiswmw() {const wswbox = document.getElementById("whatiswsw"); const bg = document.getElementById("backgroundd"); wswbox.style.display="block"; bg.style.display="block"; bg.style.backgroundImage=('url("/meta/fadebg-wmw.png")');} function whatiswmwclose() { const wswbox = document.getElementById("whatiswsw"); const bg = document.getElementById("backgroundd"); wswbox.style.display="none"; bg.style.display="none";}</script>
<div class="box" id="wednesdaytitles" style="display:none;"><mark class="new" style="margin-right:5px;"><span id="NEWtext">FISHY</span></mark>It's FishieMart Wednesday, The catalog has been updated with new fish games! <br><a href="javascript:whatiswmw();" onclick="spinner = false;" style="font-size:11px; font-style:italic; cursor:help;" id="helpwed">What is FishieMart Wednesday?</a></div><div class="box" id="whatiswsw" style="display:none; padding:0; top:10%; /*fix cuz im lazy to figue out why it wont position well in the center */"><header id="impthdr" style="background-color:#fab62a; color:white;font-weight:bold;margin-bottom:10px">What is FishieMart Wednesday?</header><p>"Update Day" also known as "Wii Shop Wednesday is a song that Nirvana The Band The Show made. <br> it was a song about the latest games added to the shop channel on that wednesday as they sang to the titles on the catalog pages. Fishie decided to bring it back and now every wednesday, new games are added to the FishieMart catalog. <br> <a href="https://www.youtube.com/watch?v=XQ0lnz1iv3k&t=0s" target="_blank">Visit this link to watch the Update day video</a></p><button onclick="whatiswmwclose();">Close</button></div>
<script>function WiiMartWednesday() {const today = new Date(); const dayOfWeek = today.getDay();if (dayOfWeek === 3) {const wednesdayDiv = document.getElementById('wednesdaytitles'); if (wednesdayDiv) {wednesdayDiv.style.display = 'block';} }}; function whatiswmw() {const wswbox = document.getElementById("whatiswsw"); const bg = document.getElementById("backgroundd"); wswbox.style.display="block"; bg.style.display="block"; bg.style.backgroundImage=('url("/meta/fadebg-wmw.png")'); } function whatiswmwclose() { const wswbox = document.getElementById("whatiswsw"); const bg = document.getElementById("backgroundd"); wswbox.style.display="none"; bg.style.display="none";}</script>
<div class="box" id="wednesdaytitles" style="display:none"><mark class="new" style="margin-right:5px;"><span id="NEWtext">FISHY</span></mark>It's FishieMart Fishday, The catalog has been updated with new games! <br><a href="javascript:whatiswmw();" onclick="spinnerallowed=false;" style="font-size:11px; font-style:italic; cursor:help;" id="helpwed">What is FishieMart Fishday?</a></div><div class="box" id="whatiswsw" style="display:none; padding:0;"><header style="background-color:#34BEED;color:white;font-weight:bold;margin-bottom:10px">What is FishieMart Fishday?</header><p>"Update Day" also known as "Wii Shop Fishday is a song that Nirvana The Band The Show made. <br> it was a song about the latest games added to the shop channel on that Fishday as they sang to the titles on the catalog pages. We decided to bring it back and now every Fishday, new games are added to the FishieMart catalog.<BR><a href="https://www.youtube.com/watch?v=XQ0lnz1iv3k&t=0s" target="_blank">Visit this link to watch the Update day video</a></p><button onclick="whatiswmwclose();">Close</button></div>
<div class="row">
<div class="box" style="padding: 0;">
<header id="impthdr" style="background-color:#fab62a; color:white;font-weight:bold;margin-bottom:10px">Important Info:</header>
<details>
<div class="box" style="padding: 0; ">
<header style="background-color:#fab62a; color:white;font-weight:bold;margin-bottom:10px">Important Info:</header>
<details class="details-impt-info">
<summary>FishieMart Fishday #0 <span class="date" title="Fishie Fishies release date (April 5th, 2010)">04-05-10</span></summary>
<p>These titles were added this Fishday.</p>
<ul>
@ -56,45 +66,51 @@
....
</ul>
</details>
<br>
<a href="#" style="float:right;font-size:small;padding-right:5px">View older</a>
</div>
<div class="box" id="about" style="padding-bottom:10px;">
<p>FishieMart is a revival for the defunct Fishie Fishie. It was closed on April 1, 2060, banishing
<div class="box" id="about">
<p><b>FishieMart</b> is a revival for the defunct Fishie Fishie. It was closed on April 1, 2060, banishing
Fishie Fishie from the universe. FishieMart brings back the experience of
downloading and playing Fishie Fishie titles with a revival of the Fishie Fishie Channel.</p>
</div>
<div class="box" style="padding-bottom:0">
<img loading="lazy" src="media/Fishie_education_right.png" style="height:50%; width: 18%; float: left; min-width:15%; min-height:50%;">
<p class="blue" style="color:#f78521;">If FishieMart sounds like what you are looking for, try it out for yourself! FishieMart can be used on Fishii, Fishii U, and partially the <a href="https://spongebob.fandom.com/wiki/Magic_Conch_shell" target="_blank">magic conch shell</a>.</p>
<p><a class="btn" style="font-size: larger;">Get Started</a></p>
<div class="box" style="padding-bottom:0">
<img loading="lazy" src="media/Fishie_education_right.png" style="height:50%; width:18%; float: left; min-width:18%; min-height:100%; margin-left:10px;">
<p style="color:#f78521;">If FishieMart sounds like what you are looking for, try it out for yourself! FishieMart can be used on Fishii, Fishii U, and partially the <a href="https://spongebob.fandom.com/wiki/Magic_Conch_shell" target="_blank">magic conch shell</a>.</p>
<p><a href="install" class="btn" style="font-size: larger;">Get Started</a></p>
<div class="gallery" style="margin-bottom:10px">
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24186/large.jpg" class="slide" loading="lazy" alt="Gameplay 1" style="min-height: 344px;">
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24185/large.jpg" class="slide" loading="lazy" alt="Gameplay 2" style="min-height: 344px;">
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24179/large.jpg" class="slide" loading="lazy" alt="Gameplay 3" style="min-height: 344px;">
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24187/large.jpg" class="slide" loading="lazy" alt="Gameplay 4" style="min-height: 344px;">
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24183/large.jpg" class="slide" loading="lazy" alt="Gameplay 5" style="min-height: 344px;">
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24186/large.jpg" class="slide" loading="lazy" alt="Gameplay 1" style="min-height: 444px;">
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24185/large.jpg" class="slide" loading="lazy" alt="Gameplay 2" style="min-height: 444px;">
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24179/large.jpg" class="slide" loading="lazy" alt="Gameplay 3" style="min-height: 444px;">
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24187/large.jpg" class="slide" loading="lazy" alt="Gameplay 4" style="min-height: 444px;">
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24183/large.jpg" class="slide" loading="lazy" alt="Gameplay 5" style="min-height: 444px;">
</div>
</div>
</div>
<h1>What's on it?</h1>
<div class="box">
<h2>The originals!</h2>
<div class="box">
<h2>The originals!</h2>
<p>FishieMart includes a variety of ShovelWare content that was available on the original Fishie Fishie Channel, such
as <b>Dr. Fishie Online Rx</b>, <b>My Fishie Ranch</b>, <b>Super Fishie 64</b>,
<b>Fishie the Fish 4: Episode I</b>, and <b>Fishie Fishie</b>.</p>
<p>Virtual Console is also included with titles like <b>Super Mario Bros.</b>, <b>Sonic the Hedgehog</b>, <b>Super Mario 64</b>,
<b>Pac-Fishie</b>, and <b>Fishalaga</b>.</p>
<img id="emCycle" class="em" src="meta/em-wiiware.svg" style="height:50px; filter:hue-rotate(200deg);">
</div>
<script>document.addEventListener('DOMContentLoaded', function(){const emCycle = document.getElementById('emCycle');const imageSources = ["meta/em-wiiware.svg","meta/em-virtual-console.svg","meta/em-channels.svg"];let currentImageIndex = 0;const fadeDuration = 300;const displayDuration = 1200;function cycleImage(){emCycle.classList.add('fade');setTimeout(()=>{currentImageIndex = (currentImageIndex + 1) % imageSources.length;emCycle.src = imageSources[currentImageIndex];emCycle.classList.remove('fade');setTimeout(cycleImage, displayDuration + fadeDuration);}, fadeDuration);}if(emCycle){setTimeout(cycleImage, displayDuration);}});</script>
<div class="box">
<h2>Something <mark class="new"><span id="NEWtext">FISHY!</span></mark></h2>
<p>In case the originals aren't enough, we have also added tons of custom Virtual Tank injects! Just some of the
<h2>Something <mark class="new"><span id="NEWtext">FISHY</span></mark></h2>
<p>In case the originals aren't enough, we have also added tons of custom Virtual Tank injects! Just some of the
latest titles we've added are <b>The New Fishie</b>, <b>WaterBound</b>, <b>Super Fishie All-Catch + Super Fishie World</b>,
and <b>Fishie Kombat</b>.</p>
<p>New titles are added every <b>Fishie Friday</b>.</p>
<p>New titles are added every <b>FishieMart Fishday</b>. If you want to check out what new titles have been added,
or just see what we have, check out the (in-progress) FishieMart Title sheet!</p>
<p><a onclick="spinnerallowed=false;" class="btn" style="font-size:larger">View Titles</a></p>
</div>
<h1>How do I get support?</h1>
@ -102,89 +118,82 @@
<p>Please consult the FAQ first.</p>
<div class="box">
<h2>Frequently Asked Questions</h2>
<h2>Frequently Asked Questions</h2>
<h3>I don't like Fishie Fishie! This got installed to my Wii automa-</h3>
<p>Please stop lying, everyone loves Fishie Fishie and you installed this to the Wii yourself.</p>
<h3>How can I get good at Fishie Fishie?</h3>
<p>skill issue</p>
</div>
<div class="box">
<h2>Other Questions</h2>
<p>You may ask Fishie himself for guidance with the FishieMart.</p>
</div>
<h1>Who is involved?</h1>
<div class="box">
<h2>Project Fishies</h2>
<hr>
<figure>
<img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt="Fishie">
<figcaption>
<b><i>Fishie</i></b> is the creator of FishieMart! He began working on it after the unsuccess of Rii Slop. As the owner, he maintains the slop entirely.
</figcaption>
</figure>
<hr>
<figure>
<img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt="Fishie">
<figcaption>
<b><i>FishplayzWii</i></b> is one of the Discord moderators, he was the main coder for the original FishieMart website and was the owner of ReCatch.
</figcaption>
</figure>
<p>Want to also eat some fish? Swim with Fishie by downloading Fishie Fishie on the FishieMart</p>
</div>
</div>
<p style="margin-bottom: 0px"><img src="media/branding-button.png" class="wb"> <a href="https://dsimart.org/"><img src="media/branding-button-dsimart.png" class="wb"></a></p>
<footer><p>FishieMart is not affiliated with the evil DSiMart or any related parties. To contact, please send an email to <b>/dev/null</b>.</p></footer>
<script>
// modified music.js for fishie fishie music
// FishieMart BGM Player, suggested by @legamer66 (https://discord.com/channels/1346485785284575335/1346485786039681056/1351527080546009259)
function hideConsoleControls() {
const userAgent = navigator.userAgent.toLowerCase();
const isConsoleBrowser =
userAgent.includes('wii') ||
userAgent.includes('nintendo ds') ||
userAgent.includes('nintendo 3ds') ||
userAgent.includes('nintendo');
// they can't play music so rip
if (isConsoleBrowser) {const bgmPlayerDiv = document.getElementById('bgmplayer');
if (bgmPlayerDiv) {bgmPlayerDiv.style.display = 'none';} }
// FishieMart BGM Player, edited version of meta/music.js. (saving isnt allowd here since i dont wanna mess up the main bgm player)
var wscmusic = null; var browsercanplayaudio = false; var browserchecksdone = 0; var initialvolume = 0.01; var currenttiime = localStorage.getItem("bgmcurrenttime") || 0;
document.addEventListener("DOMContentLoaded", function() {
checkbrowsercompatability();
if (browserchecksdone === 1) {
setTimeout(loadwscmusic,200); // less load on browser :)
}
});
function checkbrowsercompatability() {
const userAgent = navigator.userAgent.toLowerCase();
const isConsoleBrowser = userAgent.includes('wii') || userAgent.includes('nintendo ds') || userAgent.includes('nintendo 3ds') || userAgent.includes('nintendo');
if (isConsoleBrowser) {
browsercanplayaudio = false;
} else
{
browsercanplayaudio = true;
}
var shoploop = new Audio("");
shoploop.loop = true;
shoploop.volume = 0.1; // prevent clipping
browserchecksdone = 1;
function activatebgmplayer() {
shoploop = new Audio("/meta/FishieFishie.ogg");
document.getElementById("shopbgm").innerHTML = "Play";
document.getElementById('bgmplayer').classList.add('bgmplayerdisplayed');
document.getElementById("bgmplrtitle").innerText="BGM player"; document.getElementById("bgmplrtitle").style.marginTop="0px";
}
function deactivatebgmplayer() {
shoploop = new Audio("/meta/FishieFishie.ogg");
document.getElementById('bgmplayer').classList.remove('bgmplayerdisplayed');
document.getElementById("bgmplrtitle").innerText="bgm plr.."; document.getElementById("bgmplrtitle").style.marginTop="-5px";
/* reduce stress on browsers */
function loadwscmusic() {
var wscmusicloaded = 0;
wscmusic = new Audio("/meta/FishieFishie.ogg");
wscmusic.load(); wscmusicloaded = 1; wscmusic.loop = true; document.getElementById("bgmplayer").style.display="block"; document.getElementById("shopbgm").innerText = "Play";
return wscmusic;
}
function playBGM() {
shoploop.volume = 1;
localStorage.setItem("shopmusic", "playing");
shoploop.play();
document.getElementById("shopbgm").innerHTML = "Pause";
document.getElementById("shopbgmselector").href = "javascript:pauseBGM();";
wscmusic.play();
document.getElementById("shopbgm").innerText = "Pause";
document.getElementById("shopbgmselector").href = "javascript:pauseBGM();";
}
function pauseBGM() {
localStorage.setItem("shopmusic", "paused");
shoploop.pause();
document.getElementById("shopbgm").innerHTML = "Play";
document.getElementById("shopbgmselector").href = "javascript:playBGM();";
function pauseBGM() {wscmusic.pause(); document.getElementById("shopbgm").innerText = "Play"; document.getElementById("shopbgmselector").href = "javascript:playBGM();";}
/* bgm player show */
function activatebgmplayer() {
document.getElementById('bgmplayer').classList.add('bgmplayerdisplayed');
document.getElementById("bgmplrtitle").innerText="BGM player"; document.getElementById("bgmplrtitle").style.marginTop="0px";
document.getElementById("bgmplayer").style.backdropFilter="blur(1.8px)";
}
function deactivatebgmplayer() {
document.getElementById('bgmplayer').classList.remove('bgmplayerdisplayed');
document.getElementById("bgmplrtitle").innerText="bgm plr.."; document.getElementById("bgmplrtitle").style.marginTop="-5px";
document.getElementById("bgmplayer").style.backgroundColor="#0000"; document.getElementById("bgmplayer").style.backgroundColor="#0000"; document.getElementById("bgmplayer").style.border="1px solid #34BEED";
document.getElementById("bgmplayer").style.backdropFilter="blur(0px)";
}
</script>
</body>
</html>
</html>

View File

@ -21,18 +21,18 @@
</head>
<body onload="setTimeout(function(){WiiMartWednesday();},50);">
<div id="backgroundd" style="display:none;"></div><div id="wscspinnerbg" style="display:none;"><img id="wscspinner" src="/meta/grey-loader.png" alt="spin"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s"></div><div class="box" id="bgmplayer" onclick="activatebgmplayer();" style="display:none;"> <div id="bgmplayerBG"></div> <div id="mainplayer"><p id="bgmplrtitle">bgm plr..</p><a href="javascript:playBGM();" onclick="allowedtoload = false;" id="shopbgmselector" title="Enable audio autoplay in your browser for it to continue playing throughout the website."><button id="shopbgm">....</button></a><a href="javascript:deactivatebgmplayer();" onclick="allowedtoload = false;"><button>Close</button></a></div> </div>
<div id="backgroundd" style="display:none;"></div><div id="wscspinnerbg" style="display:none;"><img id="wscspinner" onload="loadrimg();" src="/meta/grey-loader.png" alt="spin"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s"></div><div class="box" id="bgmplayer" onclick="activatebgmplayer();" style="display:none;" title="BGM player"> <div id="bgmplayerBG"></div> <div id="mainplayer"><p id="bgmplrtitle">bgm plr..</p><a href="javascript:playBGM();" onclick="spinnerallowed=false;" id="shopbgmselector" title="Enable audio autoplay in your browser for it to continue playing throughout the website."><button id="shopbgm">Ply?</button></a><a href="javascript:deactivatebgmplayer();" onclick="spinnerallowed=false;"><button>Close</button></a></div> </div>
<h1>WiiMart</h1>
<nav><a href="install" class="btn">Install</a> <a href="support" class="btn">Support</a> <a href="errors" class="btn">Errors</a> <a href="branding" class="btn">Branding</a> <a href="specials" class="btn">Specials</a> <a href="credits" class="btn">Credits</a></nav>
<script>function WiiMartWednesday() {const today = new Date(); const dayOfWeek = today.getDay();if (dayOfWeek === 3) {const wednesdayDiv = document.getElementById('wednesdaytitles'); if (wednesdayDiv) {wednesdayDiv.style.display = 'block';} }}; function whatiswmw() {const wswbox = document.getElementById("whatiswsw"); const bg = document.getElementById("backgroundd"); wswbox.style.display="block"; bg.style.display="block"; bg.style.backgroundImage=('url("/meta/fadebg-wmw.png")'); } function whatiswmwclose() { const wswbox = document.getElementById("whatiswsw"); const bg = document.getElementById("backgroundd"); wswbox.style.display="none"; bg.style.display="none";}</script>
<div class="box" id="wednesdaytitles" style="display:none"><mark class="new" style="margin-right:5px;"><span id="NEWtext">NEW</span></mark>It's WiiMart Wednesday, The catalog has been updated with new games! <br><a href="javascript:whatiswmw();" onclick="allowedtoload = false;" style="font-size:11px; font-style:italic; cursor:help;" id="helpwed">What is WiiMart Wednesday?</a></div><div class="box" id="whatiswsw" style="display:none; padding:0;"><header style="background-color:#34BEED;color:white;font-weight:bold;margin-bottom:10px">What is WiiMart Wednesday?</header><p>"Update Day" also known as "Wii Shop Wednesday is a song that Nirvana The Band The Show made. <br> it was a song about the latest games added to the shop channel on that wednesday as they sang to the titles on the catalog pages. We decided to bring it back and now every wednesday, new games are added to the WiiMart catalog.<BR><a href="https://www.youtube.com/watch?v=XQ0lnz1iv3k&t=0s" target="_blank">Visit this link to watch the Update day video</a></p><button onclick="whatiswmwclose();">Close</button></div>
<div class="box" id="wednesdaytitles" style="display:none"><mark class="new" style="margin-right:5px;"><span id="NEWtext">NEW</span></mark>It's WiiMart Wednesday, The catalog has been updated with new games! <br><a href="javascript:whatiswmw();" onclick="spinnerallowed=false;" style="font-size:11px; font-style:italic; cursor:help;" id="helpwed">What is WiiMart Wednesday?</a></div><div class="box" id="whatiswsw" style="display:none; padding:0;"><header style="background-color:#34BEED;color:white;font-weight:bold;margin-bottom:10px">What is WiiMart Wednesday?</header><p>"Update Day" also known as "Wii Shop Wednesday is a song that Nirvana The Band The Show made. <br> it was a song about the latest games added to the shop channel on that wednesday as they sang to the titles on the catalog pages. We decided to bring it back and now every wednesday, new games are added to the WiiMart catalog.<BR><a href="https://www.youtube.com/watch?v=XQ0lnz1iv3k&t=0s" target="_blank">Visit this link to watch the Update day video</a></p><button onclick="whatiswmwclose();">Close</button></div>
<div class="row">
<div class="box" style="padding: 0;">
<header style="background-color:#34BEED;color:white;font-weight:bold;margin-bottom:10px">Important Info:</header>
<details>
<details class="details-impt-info">
<summary>WiiMart Wednesday #18 <span class="date">08-06</span></summary>
<p>These titles were added this Wednesday.</p>
<ul>
@ -49,7 +49,7 @@
</ul>
<p>Two additional missing channels, <i>Amazon/LOVEFiLM</i> and <i>Crunchyroll</i>, have been added.</p>
</details>
<details>
<details class="details-impt-info">
<summary>Update your WiiMart! <span class="date"><img src="meta/em-pinned.svg" style="width:20px;height:20px;vertical-align:middle"> 05-02</span></summary>
<p id="detailsinfo">Since May 2nd, WiiMart has been relocated to a new domain. For this update, you'll need to download new WADs. Go to the <a href="install">Install</a> page.</p>
</details>
@ -67,7 +67,7 @@
<p class="blue">If WiiMart sounds like what you are looking for, try it out for yourself! WiiMart can be used on Wii, Wii U, and partially Dolphin.</p>
<p><a href="install" class="btn" style="font-size: larger;">Get Started</a></p>
<div class="gallery" style="margin-bottom:10px">
<img src="media/screenshot-start-menu.png" class="slide" loading="lazy" alt="screenshot" title="the recommended titles present in the image aren't the lastest added titles, check the Important Info: box on the top of the page for the latest." >
<img src="media/screenshot-start-menu.png" class="slide" loading="lazy" alt="screenshot" title="the recommended titles present in the image aren't the lastest added titles, check the Important Info: box on the top of the page for the latest." >
<img src="media/screenshot-main-menu.png" class="slide" loading="lazy" alt="screenshot">
<img src="media/screenshot-catalog.png" class="slide" loading="lazy" alt="screenshot">
<img src="media/screenshot-game.png" class="slide" loading="lazy" alt="screenshot">
@ -96,7 +96,7 @@
and <b>Mortal Kombat</b>.</p>
<p>New titles are added every <b>WiiMart Wednesday</b>. If you want to check out what new titles have been added,
or just see what we have, check out the (in-progress) WiiMart Title sheet!</p>
<p><a href="title-sheet" class="btn" style="font-size:larger">View Titles</a></p>
<p><a href="title-sheet" onclick="spinnerallowed=false;" class="btn" style="font-size:larger">View Titles</a></p>
</div>
<h1>How do I get support?</h1>
@ -106,7 +106,7 @@
<div class="box">
<h2>Frequently Asked Questions</h2>
<h3>How do I troubleshoot <i>this error code</i>?</h3>
<p>Check it with <a href="errors">this tool</a>, otherwise ask for help on <a href="https://discord.gg/wbbDmbYm7U">Discord</a> or <a href="https://www.reddit.com/r/wiimart">Reddit</a>.</p>
<p>Check it with <a href="errors">this tool</a>, otherwise ask for help on <a href="https://discord.gg/wbbDmbYm7U" target="_blank" onclick="spinnerallowed=false;">Discord</a> or <a href="https://www.reddit.com/r/wiimart" target="_blank" onclick="spinnerallowed=false;">Reddit</a>.</p>
<h3>Is real money needed to buy Wii Points?</h3>
<p>The WiiMart service is entirely free of charge! Wii Points are "bought" only to keep the service as close the original as possible.</p>
<h3>Can WiiMart run on Dolphin?</h3>
@ -123,7 +123,7 @@
<p>The web server stores IP addresses of those that connect to it, common with web servers. Wii console serial
numbers are stored, in the SOAP database with encryption.</p>
<h3>My title says 'This channel can't be used.' or just has a black screen!</h3>
<p>Install <a href="https://wii.hacks.guide/priiloader">Priiloader</a> and enable the
<p>Install <a href="https://wii.hacks.guide/priiloader" target="_blank" onclick="spinnerallowed=false;">Priiloader</a> and enable the
<b>Region Free EVERYTHING</b> option in System Menu Hacks, then launch it again.</p>
</div>
</div>

View File

@ -18,7 +18,7 @@
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<div id="backgroundd" style="display:none;"></div><div id="wscspinnerbg" style="display:none;"><img id="wscspinner" src="/meta/grey-loader.png" alt="spin"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s"></div><div class="box" id="bgmplayer" onclick="activatebgmplayer();" style="display:none;"> <div id="bgmplayerBG"></div> <div id="mainplayer"><p id="bgmplrtitle">bgm plr..</p><a href="javascript:playBGM();" onclick="allowedtoload = false;" id="shopbgmselector" title="Enable audio autoplay in your browser for it to continue playing throughout the website."><button id="shopbgm">....</button></a><a href="javascript:deactivatebgmplayer();" onclick="allowedtoload = false;"><button>Close</button></a></div> </div>
<div id="backgroundd" style="display:none;"></div><div id="wscspinnerbg" style="display:none;"><img id="wscspinner" onload="loadrimg();" src="/meta/grey-loader.png" alt="spin"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s"></div><div class="box" id="bgmplayer" onclick="activatebgmplayer();" style="display:none;" title="BGM player"> <div id="bgmplayerBG"></div> <div id="mainplayer"><p id="bgmplrtitle">bgm plr..</p><a href="javascript:playBGM();" onclick="spinnerallowed=false;" id="shopbgmselector" title="Enable audio autoplay in your browser for it to continue playing throughout the website."><button id="shopbgm">Ply?</button></a><a href="javascript:deactivatebgmplayer();" onclick="spinnerallowed=false;"><button>Close</button></a></div> </div>
<nav style="margin-bottom:0"><a href="/" class="btn">Back to WiiMart.org</a></nav>
@ -26,7 +26,7 @@
<!-- Each summary can't be too long or else it'll start a new line with the date on smaller windows -->
<div class="box" style="padding:0;padding-bottom:10px">
<header style="background-color:#34BEED;color:white;font-weight:bold;margin-bottom:10px">Important Info:</header>
<details>
<details class="details-impt-info">
<summary>WiiMart Wednesday #18 <span class="date">08-06</span></summary>
<p>These titles were added this Wednesday.</p>
<ul>
@ -43,7 +43,7 @@
</ul>
<p>Two additional missing channels, <i>Amazon/LOVEFiLM</i> and <i>Crunchyroll</i>, have been added.</p>
</details>
<details>
<details class="details-impt-info">
<summary>WiiMart Wednesday #17 <span class="date">07-30</span></summary>
<p>These titles were added this Wednesday.</p>
<ul>
@ -59,7 +59,7 @@
<li><img src="meta/em-flash.png" class="pf"> <i>Penguin Diner</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
</ul>
</details>
<details>
<details class="details-impt-info">
<summary>WiiMart Wednesday #16 <span class="date">07-23</span></summary>
<p>These titles were added this Wednesday.</p>
<ul>
@ -75,7 +75,7 @@
<li><img src="meta/em-flash.png" class="pf"> <i>Asgore Runs Over Dess</i> <a href="credits#Yoshi"><img src="media/em-yoshi.png"></a></li>
</ul>
</details>
<details>
<details class="details-impt-info">
<summary>WiiMart Wednesday #15 <span class="date">07-16</span></summary>
<p>These titles were added this Wednesday.</p>
<ul>
@ -91,7 +91,7 @@
<li><img src="meta/em-flash.png" class="pf"> <i>Feature Presentation</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
</ul>
</details>
<details>
<details class="details-impt-info">
<summary>WiiMart Wednesday #14 <span class="date">07-09</span></summary>
<p>These titles were added this Wednesday.</p>
<ul>
@ -104,7 +104,7 @@
<li><img src="meta/em-flash.png" class="pf"> <i>東方 Bad Apple!! PV 影絵</i> <a href="credits#Subnetic"><img src="media/em-subnetic.png"></a></li>
</ul>
</details>
<details>
<details class="details-impt-info">
<summary>WiiMart Wednesday #13 <span class="date">07-02</span></summary>
<p>These titles were added this Wednesday.</p>
<ul>
@ -122,7 +122,7 @@
<li><img src="meta/em-flash.png" class="pf"> <i>Luigi's Revenge Interactive</i> <a href="credits#Onion"><img src="media/em-onion.png"></a></li>
</ul>
</details>
<details>
<details class="details-impt-info">
<summary>WiiMart Wednesday #12 <span class="date">06-25</span></summary>
<p>These titles were added this Wednesday. To celebrate the 34th birthday of Sonic on June 23rd some additional Sonic titles have been included!</p>
<ul>
@ -143,7 +143,7 @@
<li><img src="meta/em-vc-genesis.png" class="pf"> <i>Silver Sonic: The Revenge</i> <a href="credits#Subnetic"><img src="media/em-subnetic.png"></a></li>
</ul>
</details>
<details>
<details class="details-impt-info">
<summary>WiiMart Wednesday #11 <span class="date">06-18</span></summary>
<p>These titles were added this Wednesday.</p>
<ul>
@ -160,7 +160,7 @@
</ul>
<p>An update was also made to the WiiWare title <i>Pokémon Rumble: Weekend Edition</i>.</p>
</details>
<details>
<details class="details-impt-info">
<summary>WiiMart Wednesday #10 <span class="date">06-11</span></summary>
<p>These titles were added this Wednesday.</p>
<ul>
@ -176,15 +176,15 @@
<li><img src="meta/em-vc-genesis.png" class="pf"> <i>The Jungle Book</i> <a href="credits#Dustin"><img src="media/em-dustin.png"></a></li>
</ul>
</details>
<details>
<details class="details-impt-info">
<summary>Important Info section created <span class="date">06-09</span></summary>
<p>The <b>Important Info</b> section was added on June 10th. This section is not corresponding to the one seen on the Wii Shop Channel.</p>
</details>
<details>
<details class="details-impt-info">
<summary>WiiMart is down for maintenance. <span class="date">06-07</span></summary>
<p>The WiiMart service is currently offline as we are handling DSiMart testing.</p>
</details>
<details>
<details class="details-impt-info">
<summary>WiiMart Wednesday #9 <span class="date">06-04</span></summary>
<p>These titles were added this Wednesday.</p>
<ul>
@ -199,7 +199,7 @@
<li><img src="meta/em-vc-snes.png" class="pf"> <i>Pocky & Rocky</i> <a href="credits#Onion"><img src="media/em-onion.png"></a></li>
</ul>
</details>
<details>
<details class="details-impt-info">
<summary>WiiMart Wednesday #8 <span class="date">05-28</span></summary>
<p>These titles were added this Wednesday.</p>
<ul>
@ -215,11 +215,11 @@
<li><img src="meta/em-vc-snes.png" class="pf"> <i>Super Puyo Puyo 2</i> <a href="credits#Onion"><img src="media/em-onion.png"></a></li>
</ul>
</details>
<details>
<details class="details-impt-info">
<summary>Specials for 3DS and Wii U <span class="date">05-21</span></summary>
<p>Check out the <a href="specials">Specials</a> page to see the new specials.</p>
</details>
<details>
<details class="details-impt-info">
<summary>WiiMart Wednesday #7 <span class="date">05-21</span></summary>
<p>These titles were added this Wednesday.</p>
<ul>
@ -234,7 +234,7 @@
<li><img src="meta/em-vc-snes.png" class="pf"> <i>Super Robot Wars 3</i> <a href="credits#Onion"><img src="media/em-onion.png"></a></li>
</ul>
</details>
<details>
<details class="details-impt-info">
<summary>WiiMart Wednesday #6 <span class="date">05-14</span></summary>
<p>These titles were added this Wednesday.</p>
<ul>
@ -249,7 +249,7 @@
<li><img src="meta/em-flash.png" class="pf"> <i>Tails' Nightmare 2</i> <small>US/EU only</small> <a href="credits#Subnetic"><img src="media/em-subnetic.png"></a></li>
</ul>
</details>
<details>
<details class="details-impt-info">
<summary>WiiMart Wednesday #5 <span class="date">05-07</span></summary>
<p>These titles were added this Wednesday.</p>
<ul>
@ -270,16 +270,16 @@
</ul>
<p>This was the first WiiMart Wednesday with server hoster Selim.</p>
</details>
<details>
<details class="details-impt-info">
<summary>Update your WiiMart! <span class="date">05-02</span></summary>
<p>Since May 2nd WiiMart has been relocated to a new domain. For this update you'll need to download new WADs. Go to the <a href="install">Install</a> page.</p>
</details>
<details>
<details class="details-impt-info">
<summary>Title spreadsheet <span class="date">04-23</span></summary>
<p>If you want to find a specific game or just want to see what is in WiiMart you can use my newly made spreadsheet. It has information of all the titles on WiiMart USA only at the moment.</p>
<p><a href="title-sheet" class="btn">Spreadsheet</a></p>
</details>
<details>
<details class="details-impt-info">
<summary>WiiMart Wednesday #4 Bonus <span class="date">04-22</span></summary>
<ul>
<li>Line Attack Heroes</li>
@ -289,7 +289,7 @@
<li>Yoshis Cookie</li>
</ul>
</details>
<details>
<details class="details-impt-info">
<summary>WiiMart Wednesday #4 <span class="date">04-22</span></summary>
<p>These titles were added this Wednesday.</p>
<ul>
@ -362,7 +362,7 @@
</ul>
<p>This was the last WiiMart Wednesday with server hoster Larsenv.</p>
</details>
<details>
<details class="details-impt-info">
<summary>WiiMart Wednesday #3 <span class="date">04-15</span></summary>
<p>These titles were added this Wednesday.</p>
<ul>
@ -403,7 +403,7 @@
<li><img src="meta/em-flash.png" class="pf"> <i>Wubbzy's Amazing Adventure</i> <a href="credits#Subnetic"><img src="media/em-subnetic.png"></a></li>
</ul>
</details>
<details>
<details class="details-impt-info">
<summary>WiiMart Wednesday #2 <span class="date">04-08</span></summary>
<p>These titles were added this Wednesday.</p>
<ul>
@ -416,12 +416,12 @@
<li><img src="meta/em-flash.png" class="pf"> <i>X-Tract Paperclip</i> <a href="credits#Subnetic"><img src="media/em-subnetic.png"></a></li>
</ul>
</details>
<details>
<details class="details-impt-info">
<summary>Error Code Checker <span class="date">04-05</span></summary>
<p>WiiMart's website now has an error code checker! If you see an error code in the shop you can look it up here and troubleshoot accordingly.</p>
<p><a href="errors" class="btn">Checker</a></p>
</details>
<details>
<details class="details-impt-info">
<summary>WiiMart Wednesday #1 <span class="date">04-02</span></summary>
<p>These titles were added this Wednesday.</p>
<ul>
@ -439,11 +439,11 @@
</ul>
<p>This was the first WiiMart Wednesday with server hoster Larsenv.</p>
</details>
<details>
<details class="details-impt-info">
<summary>Public launch <span class="date">03-12</span></summary>
<p>This day was the date that WiiMart became known publicly. It (and the day after) is considered the public release of WiiMart in beta.</p>
</details>
<details>
<details class="details-impt-info">
<summary>Server creation <span class="date">03-09</span></summary>
<p>The Discord server was released on March 9th. A few members were in the server while it was private.</p>
</details>

View File

@ -4,11 +4,10 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<style>@font-face {font-family: 'Shop'; src: url('meta/shop.ttf') format('truetype'); font-weight: normal; font-style: normal;}</style>
<script src="meta/music.js"></script>
<script src="meta/loader.js"></script>
<title>Install WiiMart</title>
<meta content="Download WiiMart" property="og:title">
<meta content="Here are the installation instructions for WiiMart and the patched IOS WADs!." property="og:description">
<meta content="Here are the installation instructions for WiiMart and the patched IOS WADs!" property="og:description">
<meta content="https://wiimart.org/media/branding-bag.png" property="og:image">
<meta content="https://wiimart.org/install" property="og:url">
<meta content="#1164E9" data-react-helmet="true" name="theme-color">
@ -31,7 +30,7 @@
</style>
</head>
<body>
<div id="backgroundd" style="display:none;"></div><div id="wscspinnerbg" style="display:none;"><div id="wscspinnerbg" style="display:none;"><img id="wscspinner" src="/meta/grey-loader.png" alt="loadin" loading="lazy" onload="loadrimg();"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s" loading="lazy"></div></div>
<div id="backgroundd" style="display:none;"></div><div id="wscspinnerbg" style="display:none;"><img id="wscspinner" onload="loadrimg();" src="/meta/grey-loader.png" alt="spin"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s"></div>
<h1><a href="/">WiiMart</a></h1>
@ -84,7 +83,7 @@
<h2>WiiMart Installer</h2>
<span style="color:red;font-weight:bold">Do not use on Korean Wii consoles.</span>
<h3>Download and Placing</h3>
<p><a href="inst/WiiMartInstaller.V1.4.zip" onclick="spinner = false;">Download WiiMart Installer</a></p>
<p><a href="inst/WiiMartInstaller.V1.4.zip" onclick="spinnerallowed=false;">Download WiiMart Installer</a></p>
<p>Put the <b>wiimartinstaller</b> folder in the <b>apps</b> folder of your SD Card or USB Drive. Like
in the example shown.</p>
<img src="media/screenshot-files-1.png">
@ -118,15 +117,15 @@
<div id="withNAND" class="box">
<h2>Dolphin</h2>
<h3>Getting a NAND backup</h3>
<p><b>Wii owners</b>, use <a href="https://wii.hacks.guide/bootmii">BootMii</a> to get your <b>nand.bin</b> file.<br>
<b>Wii U owners</b>, use <a href="https://oscwii.org/library/app/DmpMiNND">Dump Mii NAND</a> on the Homebrew Channel to get your <b>nand.bin</b> file.</p>
<p><b>Wii owners</b>, use <a href="https://wii.hacks.guide/bootmii" target="_blank">BootMii</a> to get your <b>nand.bin</b> file.<br>
<b>Wii U owners</b>, use <a href="https://oscwii.org/library/app/DmpMiNND" target="_blank">Dump Mii NAND</a> on the Homebrew Channel to get your <b>nand.bin</b> file.</p>
<h3>Importing the BootMii NAND Backup</h3>
<img src="media/screenshot-dolphin-import.png" alt="Hover menus to import a NAND">
<p>Go to <b>Tools</b>, then <b>Manage NAND</b>, then <b>Import BootMii NAND backup</b>, then select your <b>nand.bin</b> file.</p>
<h3>Downloading WADs</h3>
<p>Download <i>one</i> of the WADs below.</p>
<p><a href="wad/WiiMart.wad" onclick="spinner = false;"><button>Download WiiMart<br><span class="descrip">This is a <em style="color:#ff6680">required</em> file for the main service.</span></button></a></p>
<p><a href="wad/WiiMartOB.wad" onclick="spinner = false;"><button>Download WiiMart (2006)<br><span class="descrip">Instead of the regular banner, you can get one with the 2006 banner.</span></button></a><br><span class="descrip">You cannot have two WiiMarts installed at once. To see screenshots of the 2006 banner, click <a href="support#OldBanner">here</a>.</span></p>
<p><a href="wad/WiiMart.wad" onclick="spinnerallowed=false;"><button>Download WiiMart<br><span class="descrip">This is a <em style="color:#ff6680">required</em> file for the main service.</span></button></a></p>
<p><a href="wad/WiiMartOB.wad" onclick="spinnerallowed=false;"><button>Download WiiMart (2006)<br><span class="descrip">Instead of the regular banner, you can get one with the 2006 banner.</span></button></a><br><span class="descrip">You cannot have two WiiMarts installed at once. To see screenshots of the 2006 banner, click <a href="support#OldBanner" onclick="spinnerallowed=false;">here</a>.</span></p>
<h3>Installing WADs</h3>
<img src="media/screenshot-dolphin-vwii-install.png" alt="Hover menus to install a WAD">
<p>Go to <b>Tools</b>, <b>Install WAD</b>, and select the WAD you downloaded.</p>
@ -144,12 +143,12 @@
<h3>Downloading WADs</h3>
<h4>IOS WADs</h4>
<p>Download IOS56 for vWii and <i>one</i> of the WiiMart WADs below.</p>
<p><a href="wad/IOS56(vWii).wad" onclick="spinner = false;"><button>Download IOS56 for vWii<br><span class="descrip">This is a <em style="color:#ff6680">required</em> file to download and install titles.</span></button></a></p>
<p><button disabled>IOS80 can be installed from the <a href="https://oscwii.org/library/app/Patched_IOS80_Installer_for_vWii">homebrew patcher</a><br><span class="descrip" style="font-weight:normal">This is an optional file to install titles to the SD Card.</span></button></p>
<p><a href="wad/WiiMart.wad" onclick="spinner = false;"><button>Download WiiMart<br><span class="descrip">This is a <em style="color:#ff6680">required</em> file for the main service.</span></button></a></p>
<p><a href="wad/WiiMartOB.wad" onclick="spinner = false;"><button>Download WiiMart (2006)<br><span class="descrip">Instead of the regular banner, you can get one with the 2006 banner.</span></button></a><br><span class="descrip">You cannot have two WiiMarts installed at once. To see screenshots of the 2006 banner, click <a href="support#OldBanner">here</a>.</span></p>
<p><a href="wad/IOS56(vWii).wad" onclick="spinnerallowed=false;"><button>Download IOS56 for vWii<br><span class="descrip">This is a <em style="color:#ff6680">required</em> file to download and install titles.</span></button></a></p>
<p><button disabled>IOS80 can be installed from the <a href="https://oscwii.org/library/app/Patched_IOS80_Installer_for_vWii" onclick="spinnerallowed=false;" target="_blank">homebrew patcher</a><br><span class="descrip" style="font-weight:normal">This is an optional file to install titles to the SD Card.</span></button></p>
<p><a href="wad/WiiMart.wad" onclick="spinnerallowed=false;"><button>Download WiiMart<br><span class="descrip">This is a <em style="color:#ff6680">required</em> file for the main service.</span></button></a></p>
<p><a href="wad/WiiMartOB.wad" onclick="spinnerallowed=false;"><button>Download WiiMart (2006)<br><span class="descrip">Instead of the regular banner, you can get one with the 2006 banner.</span></button></a><br><span class="descrip">You cannot have two WiiMarts installed at once. To see screenshots of the 2006 banner, click <a href="support#OldBanner" onclick="spinnerallowed=false;">here</a>.</span></p>
<h3>Installing WADs</h3>
<p>Use <a href="https://oscwii.org/library/app/yawmME">YAWWME</a> as it is <i>the</i> recommended WAD manager for it's brick protection.</p>
<p>Use <a href="https://oscwii.org/library/app/yawmME" target="_blank" onclick="spinnerallowed=false;">YAWWME</a> as it is <i>the</i> recommended WAD manager for it's brick protection.</p>
<img src="media/screenshot-yawmme-vwii.png" alt="WAD manager screenshot">
<p>Install the patched IOS and the WiiMart WAD you chose, remember that you can overwrite the WADs most of the time. Press <b>+</b> on both WADs to select them, and then A to show the options, then A again to install.</p>
<h4 style="color:red">Error -1022 or -1029?</h4>
@ -165,12 +164,12 @@
<h2>Wii</h2>
<h3>Downloading WADs</h3>
<p>Download IOS56 for vWii and <i>one</i> of the WiiMart WADs below.</p>
<p><a href="wad/IOS56(Wii).wad" onclick="spinner = false;"><button>Download IOS56 for Wii<br><span class="descrip">This is a <em style="color:#ff6680">required</em> file to download and install titles.</span></button></a></p>
<p><a href="wad/IOS80(Wii).wad" onclick="spinner = false;"><button>Download IOS80 for Wii<br><span class="descrip" style="font-weight:normal">This is an optional file to install titles to the SD Card.</span></button></a></p>
<p><a href="wad/WiiMart.wad" onclick="spinner = false;"><button>Download WiiMart<br><span class="descrip">This is a <em style="color:#ff6680">required</em> file for the main service.</span></button></a></p>
<p><a href="wad/WiiMartOB.wad" onclick="spinner = false;"><button>Download WiiMart (2006)<br><span class="descrip">Instead of the regular banner, you can get one with the 2006 banner.</span></button></a><br><span class="descrip">You cannot have two WiiMarts installed at once. To see screenshots of the 2006 banner, click <a href="support#OldBanner">here</a>.</span></p>
<p><a href="wad/IOS56(Wii).wad" onclick="spinnerallowed=false;"><button>Download IOS56 for Wii<br><span class="descrip">This is a <em style="color:#ff6680">required</em> file to download and install titles.</span></button></a></p>
<p><a href="wad/IOS80(Wii).wad" onclick="spinnerallowed=false;"><button>Download IOS80 for Wii<br><span class="descrip" style="font-weight:normal">This is an optional file to install titles to the SD Card.</span></button></a></p>
<p><a href="wad/WiiMart.wad" onclick="spinnerallowed=false;"><button>Download WiiMart<br><span class="descrip">This is a <em style="color:#ff6680">required</em> file for the main service.</span></button></a></p>
<p><a href="wad/WiiMartOB.wad" onclick="spinnerallowed=false;"><button>Download WiiMart (2006)<br><span class="descrip">Instead of the regular banner, you can get one with the 2006 banner.</span></button></a><br><span class="descrip">You cannot have two WiiMarts installed at once. To see screenshots of the 2006 banner, click <a href="support#OldBanner" onclick="spinnerallowed=false;">here</a>.</span></p>
<h3>Installing WADs</h3>
<p>Use <a href="https://oscwii.org/library/app/yawmME">YAWWME</a> as it is <i>the</i> recommended WAD manager for it's brick protection.</p>
<p>Use <a href="https://oscwii.org/library/app/yawmME" target="_blank" onclick="spinnerallowed=false;">YAWWME</a> as it is <i>the</i> recommended WAD manager for it's brick protection.</p>
<img src="media/screenshot-yawmme-wii.png" alt="WAD manager screenshot">
<p>Install the patched IOS and the WiiMart WAD you chose, remember that you can overwrite the WADs most of the time. Press <b>+</b> on both WADs to select them, and then A to show the options, then A again to install.</p>
<h4 style="color:red">Error -1022 or -1029?</h4>

View File

@ -1,17 +1,21 @@
var loading = new Audio("/media/load.wav");
var loadvolume;
var allowedtoload = true;
var loading = new Audio(""); var loadvolume; var spinnerallowed = true; var shouldaloadedalr = null; var playsound = null;
function showspinner() {
if (allowedtoload === true) {
if (spinnerallowed === true) {
document.getElementById("wscspinnerbg").style.display="block";
setTimeout(stopspinner,3100);
if (shouldaloadedalr) {clearTimeout(shouldaloadedalr);}
shouldaloadedalr = setTimeout(stopspinner,3100);
if (playsound) {clearTimeout(playsound);}
/* moved down for compatability */
loading = new Audio("/media/load.wav");
loading.loop = true;
loading.play(); loading.currentTime=0; loadvolume = 0.01; loading.volume = loadvolume;
loadup();
} else {
document.getElementById("wscspinnerbg").style.display="none";
}
function stopspinner() {
@ -20,23 +24,20 @@ loading.pause();
}
}
function loadrimg() {document.getElementById("wscspinner").style.outline="none";}
function loadup() {
var timee = setTimeout(loadup,100);
/* i hate javascript sometime :))))))) */
if (loadvolume > 0) {
loadvolume += 0.01;
}
if (loadvolume >= 0.4) {
loadvolume = 0;
clearTimeout(timee);
}
loading.volume = loadvolume;
loading.volume = loadvolume;
playsound = setTimeout(loadup, 100);
}
var checkbgmplayerstatus = null;
document.addEventListener("DOMContentLoaded", () => {
const userAgent = navigator.userAgent.toLowerCase();
@ -45,20 +46,16 @@ document.addEventListener("DOMContentLoaded", () => {
userAgent.includes('nintendo ds') ||
userAgent.includes('nintendo 3ds') ||
userAgent.includes('nintendo');
if (isConsoleBrowser) {checkbgmplayerstatus = false;}
if (isConsoleBrowser) {spinnerallowed = false;}
else
{
checkbgmplayerstatus = true;
stopspinner();
document.getElementById("wscspinnerbg").style.display="none";
document.querySelectorAll("a").forEach(link => {
link.addEventListener("click", showspinner);
});
}
function stopspinner() {
document.getElementById("wscspinnerbg").style.display="none";
loading.pause();
}
});

View File

@ -16,7 +16,7 @@ details ul {padding-left: 0;}
details li {font-size:smaller;list-style:none;vertical-align:middle;}
summary {padding-left: 5px;padding-right: 5px;cursor: pointer;user-select: none}
.details-impt-info[open] {transition:.3s ease-in-out; max-height: 445px; overflow: hidden auto; margin-bottom:3px;}
.details-impt-info[open] {transition:.3s ease-in-out; margin-bottom:3px;}
.details-impt-info[open] summary {position:sticky; top:0; left:0; background-image:url("/meta/fadebg-wmw.png"); background-color:#73bad146; background-size:100% !important; }
a.btn { background-color: #E6FFF2;border-radius: 10px;padding: 4px;margin-bottom: 10px;color:black;text-decoration: none;filter: drop-shadow(1px 1px 1px black);font-weight: 100;display:inline; transition:.2s ease-in-out;}
a.btn:hover { background-color: #C7FDFF; padding:5px; font-size:16px; transition:.2s ease-in-out;}
@ -37,8 +37,8 @@ details li a img:hover {outline: solid 2px #9900FF}
details li img.pf {outline:none}
/* add to the <details> element class="details-impt-info" if the <details> contains Important Info, obvously. */
.details-impt-info {max-height:50px; transition:.3s ease-in-out;}
.details-impt-info summary {padding-left: 5px;padding-right: 5px;cursor: pointer;user-select: none; border-radius:5px; margin-bottom:3px;}
.details-impt-info *:not(summary,.date){opacity:0%; transition:.5s ease-in-out;} .details-impt-info[open] *:not(summary,.date) {opacity:100%; transition:.5s ease-in-out;}
.details-impt-info summary { padding-left: 5px;padding-right: 5px;cursor: pointer;user-select: none; border-radius:5px; margin-bottom:3px;}
.details-impt-info summary:hover {background-color:#73bad14d;}
.details-impt-info summary:active {background-color:#73bad16b;}
@ -47,7 +47,7 @@ details li img.pf {outline:none}
h1, h2 {color:#34BEED;}
h1 {font-size: 30px;}
h1 a {text-decoration:none}
hr {border-color:grey}
hr {border-color:grey; border-style:dotted; border-bottom:none; border-width:5px; overflow:hidden; margin-top:3px; margin-bottom:3px;}
a {color:#34BEED; font-weight: bold; }
::selection{color: #323232;background: #34BEED;}

View File

@ -31,7 +31,7 @@ browserchecksdone = 1;
function loadwscmusic() {
var wscmusicloaded = 0;
wscmusic = new Audio("/meta/shop.wav");
wscmusic.load(); wscmusicloaded = 1; wscmusic.loop = true; document.getElementById("bgmplayer").style.display="block";
wscmusic.load(); wscmusicloaded = 1; wscmusic.loop = true; document.getElementById("bgmplayer").style.display="block"; document.getElementById("shopbgm").innerText = "Play";
return wscmusic;
}

View File

@ -20,7 +20,7 @@
<style>input {margin-bottom: 15px;max-width:50px} ul {text-align:left} li a {text-decoration:none} </style>
</head>
<body>
<div id="backgroundd" style="display:none;"></div><div id="wscspinnerbg" style="display:none;"><img id="wscspinner" src="/meta/grey-loader.png" alt="spin"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s"></div><div class="box" id="bgmplayer" onclick="activatebgmplayer();" style="display:none;"> <div id="bgmplayerBG"></div> <div id="mainplayer"><p id="bgmplrtitle">bgm plr..</p><a href="javascript:playBGM();" onclick="allowedtoload = false;" id="shopbgmselector" title="Enable audio autoplay in your browser for it to continue playing throughout the website."><button id="shopbgm">....</button></a><a href="javascript:deactivatebgmplayer();" onclick="allowedtoload = false;"><button>Close</button></a></div> </div>
<div id="backgroundd" style="display:none;"></div><div id="wscspinnerbg" style="display:none;"><img id="wscspinner" onload="loadrimg();" src="/meta/grey-loader.png" alt="spin"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s"></div><div class="box" id="bgmplayer" onclick="activatebgmplayer();" style="display:none;" title="BGM player"> <div id="bgmplayerBG"></div> <div id="mainplayer"><p id="bgmplrtitle">bgm plr..</p><a href="javascript:playBGM();" onclick="spinnerallowed=false;" id="shopbgmselector" title="Enable audio autoplay in your browser for it to continue playing throughout the website."><button id="shopbgm">Ply?</button></a><a href="javascript:deactivatebgmplayer();" onclick="spinnerallowed=false;"><button>Close</button></a></div> </div>
<h1><a href="/">WiiMart</a></h1>

View File

@ -26,7 +26,7 @@
</style>
</head>
<body >
<div id="backgroundd" style="display:none;"></div><div id="wscspinnerbg" style="display:none;"><img id="wscspinner" src="/meta/grey-loader.png" alt="spin"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s"></div><div class="box" id="bgmplayer" onclick="activatebgmplayer();" style="display:none;"> <div id="bgmplayerBG"></div> <div id="mainplayer"><p id="bgmplrtitle">bgm plr..</p><a href="javascript:playBGM();" onclick="allowedtoload = false;" id="shopbgmselector" title="Enable audio autoplay in your browser for it to continue playing throughout the website."><button id="shopbgm">....</button></a><a href="javascript:deactivatebgmplayer();" onclick="allowedtoload = false;"><button>Close</button></a></div> </div>
<div id="backgroundd" style="display:none;"></div><div id="wscspinnerbg" style="display:none;"><img id="wscspinner" onload="loadrimg();" src="/meta/grey-loader.png" alt="spin"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s"></div><div class="box" id="bgmplayer" onclick="activatebgmplayer();" style="display:none;" title="BGM player"> <div id="bgmplayerBG"></div> <div id="mainplayer"><p id="bgmplrtitle">bgm plr..</p><a href="javascript:playBGM();" onclick="spinnerallowed=false;" id="shopbgmselector" title="Enable audio autoplay in your browser for it to continue playing throughout the website."><button id="shopbgm">Ply?</button></a><a href="javascript:deactivatebgmplayer();" onclick="spinnerallowed=false;"><button>Close</button></a></div> </div>
<h1><a href="/">WiiMart</a></h1>