위키백과:WikiProject 사용자 스크립트/스크립트/Google 검색

Wikipedia:

이 스크립트는 위키백과 검색창에 구글을 사용하도록 만든다.Enter를 누르거나 G를 클릭하면 en과 함께 용어를 구글에서 검색한다.wikipedia.org 도메인.행운의 클릭은 검색의 첫 번째 결과로 바로 이동한다.각본 제공: 스플라카.

--St.isaac 21:29, 2007년 7월 17일 (UTC)[응답]
addOnload Hook(기능) { document.GetElementById('searchform').action = 'http://www.google.com/search'; document.getElementById('searchInput').name = 'q'; document.getElementById('searchGoButton'); document.getElementById('mw-searchButton)'.name = 'btnI'; document.GetElementById('searchGoButton').값 = 'G'; document.GetElementById('mw-Search 버튼')value = 'Lucky!'; var enwp = document.createElement('input'); enwp.id = 'as_assearch; enwp.value = 'en'.wikipedia.org'; enwp.type = 'filename', document.GetElementById('searchform'); appendChild(enwp); return false; };