1. I haven't tested "!domain".spectre wrote: ↑Mon Jan 28, 2019 3:21 pmApparently some issues with the MRT have been fixed:I have not tested the MRT to confirm this.1. Using !Domain at comments is now available.
2. The form doesn't delete after SUBMIT.
3. The users can separate URL's with commas, spaces or by clicking enter.
2. Confirmed *.
3. Confirmed. "Clicking enter" (is that even a thing?) = newline = CRLF, so:
_. domain1
_. domain2
_. etc
* Notes:
The <textarea> tag containing the list of hostnames is also not cleared unless #hostnames <3. It might be cleared if #hostnames >99, except that the form tends to fail above 99 hostnames. After some discussion with Staff, I sent them a series of tests which indicate that the page will not descend into a lasting error state if #hostnames is kept to <100 per execution within the same browser session. Also, (not certain about this) it may help to ensure the last domain in the list is followed by a delimiter (comma, space, or newline / empty line).
Tentatively, it appears that the subroutine that removes processed domains from the hostname list - stepwise in lots of 100 or less - has been dinged. It could be that this is why they opted for clearing the entire MRT form. Currently, when #hostnames hits 100, the page acquires an error that persists in hidden user data between browser sessions (so sign out, clear mywot.com history & cookies, restart browser, sign in, etc).