chrome两个脚本

浏览有问题?暂时用IE打开
View in IE
javascript:(function () { if( !location.href || location.href.match(/^(javascript|about|opera):/i) ) { return; } var w = window.open(); w.document.write('<html><head><title>' + (document.title?document.title:location.href).replace(/</,'&lt;') + ' - using Internet Explorer rendering<\/title><\/head><body><div style=\'position:absolute;top:0;left:0;right:0;bottom:0;\'><embed type=\'application\/x-meadco-neptune-ax\' width=\'100'+String.fromCharCode(37)+'\' height=\'100'+String.fromCharCode(37)+'\' param-location=\'' + window.location.href + '\'><\/embed><\/div><\/body><\/html>'); })();


看到什么好网页,发给朋友
Gmail This:
javascript:popw='';Q='';x=document;y=window;if(x.selection) {Q=x.selection.createRange().text;} else if (y.getSelection) {Q=y.getSelection();} else if (x.getSelection) {Q=x.getSelection();}location.href='https://mail.google.com/mail?view=cm&tf=0&to=&su=' + escape(document.title) + '&body=' + escape(Q) + escape('\n') + escape(location.href + '\n\n--\n张浩\[email protected]'),'gmailForm','scrollbars=yes,width=680,height=510,top=175,left=75,status=no,resizable=yes';


放在书签栏里,效果图

你可能感兴趣的:(JavaScript,chrome,脚本,IE,Gmail)