<inputtype="button"value="only one domain"onclick='var domain=prompt("please enter domain without \"www.\" (i.e. \"yacy.net\").");document.getElementById("crawlingFilter").value=".*\\."+domain.replace("\.", "\\.")+"/.*"' />
<inputtype="button"value="only one domain"onclick='var domain=prompt("please enter domain without \"www.\" (i.e. \"yacy.net\").");if(domain!=null){document.getElementById("crawlingFilter").value=".*\\."+domain.replace("\.", "\\.")+"/.*"}' />
</td>
<td>
This is an emacs-like regular expression that must match with the URLs which are used to be crawled.