| Is *[file] and *[name] behavior, correct?
Example start page:
<http://pokemon.wikia.com/wiki/Pok%C3%A9mon_Wiki>
I use
-*.*
-http://*.wikia.com/*
+http://pokemon.wikia.com/wiki/Pok%C3%A9mon_Wik*[file]
(I test with this for smaller test set)
it will save page with ?action=edit,?...
From filter page,
*[file] is any filename or name, e.g. not /,? and ; characters
Am I misunderstand its purpose or anything?I also try the *[name] in case it
may not same but it's.
FYI
Thanks in advance | |