Warning - Potentially dangerous bookmark
javascript:function getSelSource() { x = document.createElement(%22div%22); x.appendChild(window.getSelection().getRangeAt(0).cloneContents()); return x.innerHTML; } function makeHR() { return nd.createElement(%22hr%22); } function makeParagraph(text) { p = nd.createElement(%22p%22); p.appendChild(nd.createTextNode(text)); return p; } function makePre(text) { p = nd.createElement(%22pre%22); p.appendChild(nd.createTextNode(text)); return p; } nd = window.open().document; ndb = nd.body; if (!window.getSelection || !window.getSelection().rangeCount || window.getSelection().getRangeAt(0).collapsed) { nd.title=%22Generated Source of: %22 + location.href; ndb.appendChild(makeParagraph(%22No selection, showing generated source of entire document.%22)); ndb.appendChild(makeHR()); ndb.appendChild(makePre(%22<html>\n%22 + document.documentElement.innerHTML + %22\n</html>%22)); } else { nd.title=%22Partial Source of: %22 + location.href; ndb.appendChild(makePre(getSelSource())); }; 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.