70 lines
10 KiB
HTML
70 lines
10 KiB
HTML
<html>
|
|
<head>
|
|
<title>Extensions</title>
|
|
<meta name="viewport" content="width=240">
|
|
</head>
|
|
<body bgcolor=yellow>
|
|
<font color=red size=3>
|
|
<a href="index.html"></a> <a href="javascript:alert('To test an extension, tap test. For help/info about an extension, tap ?. To add an extension, tap +. It should come up as an error page. Add the page to your favorites. Edit the url and typr a j at the beginning to change it form avascript: to javascript:');"></a><br>
|
|
Source code viewer <a href="javascript:var test = new XMLHttpRequest(); test.open('GET',document.location.href,false); test.send(null); var text = test.responseText; text = text.replace(/</gi,'&lt;');// text = text.replace(/>/gi,'&gt;'); document.write(text);">Test</a>
|
|
<a href="avascript:var test = new XMLHttpRequest(); test.open('GET',document.location.href,false); test.send(null); var text = test.responseText; text = text.replace(/</gi,'&lt;');// text = text.replace(/>/gi,'&gt;'); document.write(text);">+</a>
|
|
<a href="javascript:alert('Run the extension to view the source code of the page.');">?</a>
|
|
<br>
|
|
Translate this page <a href='javascript:window.location="http://translate.google.com/translate?hl=en&ie=UTF-8&sl=auto&tl=en&u="+window.location.href+"&prev=_t"'>Test</a>
|
|
<a href='avascript:window.location="http://translate.google.com/translate?hl=en&ie=UTF-8&sl=auto&tl=en&u="+window.location.href+"&prev=_t"'>+</a>
|
|
<a href="javascript:alert('If you are on a foreign site, run the extension and google will translate it to English.');">?</a>
|
|
<br>
|
|
Dice Roller <a href='javascript:var atk=new Array();atk[0]="1";atk[1]="2";atk[2]="3";atk[3]="4";atk[4]="5";atk[5]="6";var i=Math.floor(Math.random()*6);alert(atk[i]);'>Test</a>
|
|
<a href='avascript:var atk=new Array();atk[0]="1";atk[1]="2";atk[2]="3";atk[3]="4";atk[4]="5";atk[5]="6";var i=Math.floor(Math.random()*6);alert(atk[i]);'>+</a>
|
|
<a href="javascript:alert('Run this and it will randomally pick a number between 1 and 9.');">?</a>
|
|
<br>
|
|
Countdown creator <a href='javascript:alert("Central Standard Time");var year=prompt("Year (0-3999)");var month=prompt("Month (1-12)");var day=prompt("Day (1-31)");var hour=prompt("Hour (0-23)");var minute=prompt("Minute (0-60)"); var second=prompt("Second (0-60)");window.location="http://timeanddate.com/counters/fullscreen.html?mode=a&year="+year+"&month="+month+"&day="+day+"&hour="+hour+"&min="+minute+"&sec="+second+"&p0=249";'>Test</a>
|
|
<a href='avascript:alert("Central Standard Time");var year=prompt("Year (0-3999)");var month=prompt("Month (1-12)");var day=prompt("Day (1-31)");var hour=prompt("Hour (0-23)");var minute=prompt("Minute (0-60)"); var second=prompt("Second (0-60)");window.location="http://timeanddate.com/counters/fullscreen.html?mode=a&year="+year+"&month="+month+"&day="+day+"&hour="+hour+"&min="+minute+"&sec="+second+"&p0=249";'>+</a>
|
|
<a href="javascript:alert('Enter the year, month, day, hour, minute, and second you want to count down to. NOTE: The countdown uses Central Standard time.');">?</a>
|
|
<br>
|
|
Yes or No <a href='javascript:var atk=new Array();atk[0]="Yes";atk[1]="No";var i=Math.floor(Math.random()*2);alert(atk[i]);'>Test</a>
|
|
<a href='avascript:var atk=new Array();atk[0]="Yes";atk[1]="No";var i=Math.floor(Math.random()*);alert(atk[i]);'>+</a>
|
|
<a href="javascript:alert('Randomly says yes or no.');">?</a>
|
|
<br>
|
|
Icon Viewer <a href='javascript:var site=prompt("http://www. ??? .com");window.location="http://www."+site+".com/favicon.ico";'>Test</a>
|
|
<a href='avascript:var site=prompt("http://www. ??? .com");window.location="http://www."+site+".com/favicon.ico";'>+</a>
|
|
<a href="javascript:alert('enter the part of a site's url between the www. and .com and tap OK. On sites with an icon, It will probably show the icon. Otherwise, it will show an error page.');">?</a>
|
|
<br>
|
|
Infinate <a href='javascript:while(1){alert("Error! ShutDown system now!")}'>Test</a>
|
|
<a href='avascript:while(1){alert("Error! ShutDown system now!")}'>+</a>
|
|
<a href="javascript:alert('Repeats a message over and over. WARNING: This is unstopable, and you must shutdown your DSi to stop it.');">?</a>
|
|
<br>
|
|
BG changer <a href="javascript:var a=prompt('Enter color/hex');document.body.style.background=''+a+'';void(0)">Test</a>
|
|
<a href="avascript:var a=prompt('Enter color/hex');document.body.style.background=''+a+'';void(0)">+</a>
|
|
<a href="javascript:alert('Enter a color name (ie blue) or hex code (ie 0000FF) to change the BG (background) color to that color.');">?</a>
|
|
<br>
|
|
Font Chaner <a href='javascript:var font=prompt("Enter color/hex");document.body.style="color:"+font+";";void(0);'>Test</a>
|
|
<a href='avascript:var font=prompt("Enter color/hex");document.body.style="color:"+font+";";void(0);'>+</a>
|
|
<a href="javascript:alert('Enter a color name (ie blue) or hex code (ie 0000FF) to change the font color to that color.');">?</a>
|
|
<br>
|
|
test bed/notepad <a href="javascript:var a=prompt('enter code to test');(''+a+'');">Test </a>
|
|
<a href="avascript:var a=prompt('enter code to test');(''+a+'');">+</a>
|
|
<a href="javascript:alert('Enter HTML code to test or a note to yourself and click OK to goto a page with your note/code.');">?</a>
|
|
<br>
|
|
Time & Date <a href='javascript:var d = new Date();var curr_month = d.getMonth();curr_month++;alert(d.getHours() + ":" + d.getUTCMinutes() + ":" + d.getUTCSeconds() + " | " + curr_month + "/" + d.getDate() + "/" + d.getFullYear());'>Test</a>
|
|
<a href='avascript:var d = new Date();var curr_month = d.getMonth();curr_month++;alert(d.getHours() + ":" + d.getUTCMinutes() + ":" + d.getUTCSeconds() + " | " + curr_month + "/" + d.getDate() + "/" + d.getFullYear());'>+</a>
|
|
<A href="javascript:alert('Run this extension and it will tell you the current time and date.');">?</a>
|
|
<br>
|
|
Calculator <a href="javascript:function stCal(){var cal=prompt('enter problem');alert('the answer is '+eval(cal));}stCal();">Test</a>
|
|
<a href="avascript:function stCal(){var cal=prompt('enter problem');alert('the answer is '+eval(cal));}stCal();">+</a>
|
|
<a href="javascript:alert('With this caculator you can do addition(ie 1+1), subtraction(ie 1-1), multiplaction(ie 1*1), and division(ie 1/1) problems.');">?</a>
|
|
<br>
|
|
Mobile site <a href="javascript:window.location='http://www.google.com/gwt/x?u='+document.URL+'';">Test</a>
|
|
<a href="avascript:window.location='http://www.google.com/gwt/x?u='+document.URL+'';">+</a>
|
|
<a href="javascript:alert('Creates a mobile version of the current site. Powered by Google.');">?</a>
|
|
<br>
|
|
Hi to you <a href="javascript:var t=prompt('enter your name');alert('Hi, '+t);">Test</a>
|
|
<a href="avascript:var t=prompt('enter your name');alert('Hi, '+t);">+</a>
|
|
<a href="javascript:alert('You enter your name and it says hi to you.');">?</a><br>
|
|
Calculator 2.0 <a href='javascript:var e="<input type=button value=";var d=" onclick=document.f.b.value+=";document.write('<meta name=viewport content=width=240><script>var l="";var m="";function w(){l=Length(document.f.b.value);document.f.b.value.substr(0,l-1);}</script><center><form name=f><input type=text name=b size=14><br>'+e+'" . "'+d+'".">'+e+'" < " onclick="w();"><br>'+e+'7'+d+'7>'+e+'8'+d+'8>'+e+'9'+d+'9>'+e+'/'+d+'"/"><br>'+e+'4'+d+'4>'+e+'5'+d+'5>'+e+'6'+d+'6>'+e+'*'+d+'"*"><br>'+e+'1'+d+'1>'+e+'2'+d+'2>'+e+'3'+d+'3>'+e+'-'+d+'"-"><br>'+e+'C onclick=document.f.b.value="">'+e+'0'+d+'0>'+e+'= onclick="document.f.b.value=eval(document.f.b.value)">'+e+'+'+d+'"+"><br>'+e+'M+ onclick=m+=document.f.b.value>'+e+'M- onclick=m-=document.f.b.value>'+e+'MC onclick=m="">'+e+'MR'+d+'m></form></center>');'>Test</a>
|
|
<a href='avascript:var e="<input type=button value=";var d=" onclick=document.f.b.value+=";document.write('<meta name=viewport content=width=240><script>var l="";var m="";function w(){l=Length(document.f.b.value);document.f.b.value.substr(0,l-1);}</script><center><form name=f><input type=text name=b size=14><br>'+e+'" . "'+d+'".">'+e+'" < " onclick="w();"><br>'+e+'7'+d+'7>'+e+'8'+d+'8>'+e+'9'+d+'9>'+e+'/'+d+'"/"><br>'+e+'4'+d+'4>'+e+'5'+d+'5>'+e+'6'+d+'6>'+e+'*'+d+'"*"><br>'+e+'1'+d+'1>'+e+'2'+d+'2>'+e+'3'+d+'3>'+e+'-'+d+'"-"><br>'+e+'C onclick=document.f.b.value="">'+e+'0'+d+'0>'+e+'= onclick="document.f.b.value=eval(document.f.b.value)">'+e+'+'+d+'"+"><br>'+e+'M+ onclick=m+=document.f.b.value>'+e+'M- onclick=m-=document.f.b.value>'+e+'MC onclick=m="">'+e+'MR'+d+'m></form></center>');'>+</a>
|
|
<a href='javascript:alert("Push the buttons like on a normal calculator. NOTE:For negative numbers, use the minus button. MR-Memory recall MC-Memory clear M+-Memory add M--Memory minus");'>?</a>
|
|
</font>
|
|
<script>document.body.scrollTop = 176;</script>
|
|
</body>
|
|
</html>
|