This is a script I created to fill in the search box with searched terms. It records a search term in the history every time the Enter key is pressed.
Because it uses LocalStorage internally to store the searches, you have separate search histories for each site. |
Installation
editTo install on this wiki, copy the JavaScript below to this page. To install it on all wikis, copy it to here.
mw.loader.load('https://en.wikipedia.org/wiki/User:weeklyd3/scripts/autocomplete.js?action=raw&ctype=text/javascript'); // Backlink: User:weeklyd3/scripts/autocomplete.js