|
| 1.
What is Page Sneaker? |
|
Page Sneaker is a webbased source code viewer that makes it easy for you to check
on any filecode in cyberspace.
|
| 2.
What makes Page Sneaker so special? |
|
Most browsers allow you to view the source-code of a html-file.
Therefore some webmasters try to hide the code by using protection like:
<!--# if expr="\"$HTTP_USER_AGENT\"
!= /Mozilla|MSIE|Opera|Lynx|WebTV|NCSA Mosaic/" -->
HIDDEN AREA
<!--# endif --> (more
info here)
Another
popular way of protecting a site is to not allow any right-click action of the
mouse:
<script
language="JavaScript"> <!--
var message="Sorry, NO right-click.";
function click(e) { if (document.all) {
if (event.button == 2) { alert(message);
return false; }} if (document.layers) {
if (e.which == 3) { alert(message);
return false; }}} if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
} document.onmousedown=click;
// --></script> (more
info here)
Doorwaypages
in Search Engines often use JavaScripts to redirect surfers
to other pages. Because of that it's sometimes hard to view the "real"
page code:
<script
language="JavaScript">
self.parent.location='http://www.123.com';</script>
Page
Sneaker ignores protection like that and lets you see the full source code of
any html page online. Try the ultimate code viewing tool for free.
|
| 3.
Is Page Sneaker limited to HTML? |
|
NO! Page Sneaker can check on many files including cascading style sheets (.css)
scripts, robots.txt and external JavaScript files (.js).
Members even have the chance to analyse html-pages for keywords.
|
| 4.
What about Copyright? |
|
ALL source code you can view with Page Sneaker may not be copied, reproduced,
distributed, or published, in whole or in part, without the express prior written
consent of the legal owner!
|
|
|
| |
|