Update extensions.html
This commit is contained in:
parent
948a651236
commit
45d7993437
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body bgcolor=yellow>
|
||||
<font color=red size=3>
|
||||
<a href="../"></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>
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue