checkuser, Administrators
2,635
edits
Zhuyifei1999 (talk | contribs) (broken regex) |
Zhuyifei1999 (talk | contribs) m (Reverted edits by Zhuyifei1999 (talk) to last revision by Elassint) |
||
Line 1: | Line 1: | ||
#<!-- leave this line exactly as it is --> | |||
# Syntax is as follows: | # Syntax is as follows: | ||
# * Everything from a "#" character to the end of the line is a comment | # * Everything from a "#" character to the end of the line is a comment | ||
# * Every non-blank line is a regex fragment which will only match hosts inside URLs | # * Every non-blank line is a regex fragment which will only match hosts inside URLs | ||
<pre> | |||
\b01bags\.com\b | \b01bags\.com\b | ||
\bmydrugdir\.com\b | \bmydrugdir\.com\b | ||
Line 6,599: | Line 6,600: | ||
\bjalaramguru\.blogspot\.com\b | \bjalaramguru\.blogspot\.com\b | ||
\bguvenevim\.com\b | \bguvenevim\.com\b | ||
</pre> <!-- leave this line exactly as it is --> |