User talk:Andrybak/Scripts/Unsigned helper.js
Appearance
This user script seems to have a documentation page at User:Andrybak/Scripts/Unsigned helper.
Script modificationrequest
[edit]Hi Andrybak! Thanks so much for maintaining these scripts :) I have a request for a very tiny change to one of them, and I was hoping you might take a look.
In unsigned helper, line 32 reads:
info('Not editing a page. Aborting.');
This causes Not editing a page. Aborting. to be outputted to console every single time anyone views a page. This seems like something that would be useful when writing or debugging the script, but the rest of the time it's just extra output to console.
The simplest fix might be to change that line so it calls debug() instead of info():
| − | + | debug('Not editing a page. Aborting.'); |
I wasn't sure if you were open to change requests for these scripts but I figured it couldn't hurt to ask :) Thank you! --tony 14:38, 5 December 2025 (UTC)
- Done in Special:Diff/1325894040. —andrybak (talk) 20:50, 5 December 2025 (UTC)
- Thank you! tony 21:33, 5 December 2025 (UTC)