User:A2569875/ref tool.js

维基百科,自由的百科全书

注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。

	var google_ser = '"https://cs' + 'e.goo' + 'gle.co' + 'm/c' + 's';
    google_ser += 'e/ho' + 'me?cx=003516479746865699832%3Aleawcwkqifq"';
	document.getElementById("wikiPreview").innerHTML =  '<a href=' + google_ser + '>前往來源搜索工具</a>'
	
	<!-- 建立重定向頁 -->
	var window2=open("", "scrollbars=yes");
	window2.document.open('text/html');
	window2.document.write('<html lang=\"zh-TW\"><head>');
    window2.document.write('<meta http-equiv="refresh" content="0">');
    
    window2.document.write('<meta http-equiv="refresh" content="0;url=' + google_ser);
    window2.document.write('</head></html>');
    window2.document.close();