VELTRON.NET/TDKHome/extensions.html
MattTheTekie dcb3d66bc5 Add TDKHome files
Add TDKHome files
2023-09-15 13:04:40 -04:00

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">&#57370;</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:');">&#57398;</a><br>
Source code viewer&nbsp;<a href="javascript:var test = new XMLHttpRequest(); test.open('GET',document.location.href,false); test.send(null); var text = test.responseText; text = text.replace(/&lt;/gi,'&amp;lt;');// text = text.replace(/&gt;/gi,'&amp;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(/&lt;/gi,'&amp;lt;');// text = text.replace(/&gt;/gi,'&amp;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&nbsp;<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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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&nbsp;&nbsp;&nbsp;&nbsp;<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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='javascript:var e="<input type=button value=";var d=" onclick=document.f.b.value+=";document.write(&#39;<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>&#39;+e+&#39;" . "&#39;+d+&#39;".">&#39;+e+&#39;" < " onclick="w();"><br>&#39;+e+&#39;7&#39;+d+&#39;7>&#39;+e+&#39;8&#39;+d+&#39;8>&#39;+e+&#39;9&#39;+d+&#39;9>&#39;+e+&#39;/&#39;+d+&#39;"/"><br>&#39;+e+&#39;4&#39;+d+&#39;4>&#39;+e+&#39;5&#39;+d+&#39;5>&#39;+e+&#39;6&#39;+d+&#39;6>&#39;+e+&#39;*&#39;+d+&#39;"*"><br>&#39;+e+&#39;1&#39;+d+&#39;1>&#39;+e+&#39;2&#39;+d+&#39;2>&#39;+e+&#39;3&#39;+d+&#39;3>&#39;+e+&#39;-&#39;+d+&#39;"-"><br>&#39;+e+&#39;C onclick=document.f.b.value="">&#39;+e+&#39;0&#39;+d+&#39;0>&#39;+e+&#39;= onclick="document.f.b.value=eval(document.f.b.value)">&#39;+e+&#39;+&#39;+d+&#39;"+"><br>&#39;+e+&#39;M+ onclick=m+=document.f.b.value>&#39;+e+&#39;M- onclick=m-=document.f.b.value>&#39;+e+&#39;MC onclick=m="">&#39;+e+&#39;MR&#39;+d+&#39;m></form></center>&#39;);'>Test</a>
<a href='avascript:var e="<input type=button value=";var d=" onclick=document.f.b.value+=";document.write(&#39;<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>&#39;+e+&#39;" . "&#39;+d+&#39;".">&#39;+e+&#39;" < " onclick="w();"><br>&#39;+e+&#39;7&#39;+d+&#39;7>&#39;+e+&#39;8&#39;+d+&#39;8>&#39;+e+&#39;9&#39;+d+&#39;9>&#39;+e+&#39;/&#39;+d+&#39;"/"><br>&#39;+e+&#39;4&#39;+d+&#39;4>&#39;+e+&#39;5&#39;+d+&#39;5>&#39;+e+&#39;6&#39;+d+&#39;6>&#39;+e+&#39;*&#39;+d+&#39;"*"><br>&#39;+e+&#39;1&#39;+d+&#39;1>&#39;+e+&#39;2&#39;+d+&#39;2>&#39;+e+&#39;3&#39;+d+&#39;3>&#39;+e+&#39;-&#39;+d+&#39;"-"><br>&#39;+e+&#39;C onclick=document.f.b.value="">&#39;+e+&#39;0&#39;+d+&#39;0>&#39;+e+&#39;= onclick="document.f.b.value=eval(document.f.b.value)">&#39;+e+&#39;+&#39;+d+&#39;"+"><br>&#39;+e+&#39;M+ onclick=m+=document.f.b.value>&#39;+e+&#39;M- onclick=m-=document.f.b.value>&#39;+e+&#39;MC onclick=m="">&#39;+e+&#39;MR&#39;+d+&#39;m></form></center>&#39;);'>+</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>