Das Kleingedruckte lesbar machen
![]() javascript: e=document.createElement('meta'); e.name='viewport';e.content='width=768'; document.getElementsByTagName('head')[0].appendChild(e); if(window.onorientationchange)window.onorientationchange(); Alternativ mit Eingabe der Breite ![]() javascript: w=prompt('viewport-width','320');if(w){ e=document.createElement('meta'); e.name='viewport';e.content='width='+w; document.getElementsByTagName('head')[0].appendChild(e); if(window.onorientationchange)window.onorientationchange();} Stile der Seite setzen ![]() javascript: e=document.createElement('style');e.innerHTML='...'; document.getElementsByTagName('head')[0].appendChild(e); Beschreibung der Seite anzeigen ![]() javascript: e=document.getElementsByTagName('meta'); for(i=0;i<e.length;i++) if(e[i].name=='description')alert(e[i].content); Rahmen einblenden ![]() javascript: e=document.getElementsByTagName('*'); for(i=0;i<e.length;i++)e[i].border=1; Zertifikat prüfen ![]() javascript:location.href='https:'+ '//www'+'.digicert.com/help/?host='+ encodeURIComponent(location.hostname); Zertifikat prüfen 2 ![]() javascript:location.href='https:'+ //www'+'.sslshopper.com/ssl-checker.html?hostname='+ encodeURIComponent(location.hostname); Zertifikat prüfen 3 ![]() javascript:location.href='https:'+ '//www'+'.ssllabs.com/ssltest/analyze.html?d='+ encodeURIComponent(location.hostname); Zertifikat prüfen 4 ![]() javascript:location.href='https:'+ '//www'+'.geocerts.com/ssl-checker?domain='+ encodeURIComponent(location.hostname); HTML-Validator ![]() javascript:location.href='http:'+ '//validator.w3.org/check?ss=1&No200=1&group=1&uri='+ encodeURIComponent(location.href); HEAD-Service ![]() javascript:location.href='http:'+ '//www'+'.delorie.com/web/headers.cgi?url='+ encodeURIComponent(location.href); Google-Cache ![]() javascript:location.href='http:'+ '//www'+'.google.de/search?q=cache:'+ encodeURIComponent(location.href); Internet-Archiv ![]() javascript:location.href='http:'+ '//web'+'.archive.org/web/*/'+location.href; Fenstertitel auswählen ![]() javascript:prompt('',document.title) JavaScript ![]() javascript:eval(prompt('javascript:','')) In iCab öffnen ![]() javascript:location.href='icabmobile'+ location.href.substring(4) In Chrome öffnen ![]() javascript:location.href='googlechrome'+ location.href.substring(4) In Files HD öffnen ![]() javascript:window.location='dlhd://'+ escape(window.location) |