Warning - Potentially dangerous bookmark
javascript:(function(){ function fixFileUrl(u) { var windows,u; windows = (navigator.platform.indexOf(%22Win%22) != -1); /* chop off file:///, unescape each %hh, convert / to \ and | to : */ u = u.substr(windows ? 8 : 7); u = unescape(u); if(windows) { u = u.replace(/\//g,%22\\%22); u = u.replace(/\|/g,%22:%22); } return u; } /* bookmarklet body */ var loc,fileloc; loc = document.location.href; if (loc.length > 9 && loc.substr(0,8)==%22file:///%22) { fileloc = fixFileUrl(loc); if (prompt(%22Copy filename to clipboard, press enter, paste into validator form%22, fileloc) != null) { document.location.href = %22http://validator.w3.org/file-upload.html%22 } } else document.location.href = %22http://validator.w3.org/check?uri=%22 + escape(document.location.href); void(0); })();
This bookmark uses a protocol which may be unsafe. Netvouz considers protocols other than http, https, ftp, news, mms, irc to be potentially unsafe.
If you are sure this bookmark is safe and you want to visit the web page you have two options:
Problems? Contact us. Feedback? Contact us.