User talk:Terasail/COI Request Tool
Appearance
Please ping me when adding a new message to this page to allow for me to respond quicker.
This page has archives. Sections older than 15 days may be automatically archived by ClueBot III when more than 2 sections are present. |
Possible bug
[edit]@Terasail why does the script add pages to my watchlist even though I did not click the checkbox to add it? Lightoil (talk) 15:58, 12 June 2024 (UTC)
- @Lightoil This should be fixed now. Please let me know if this is still occurring. Terasail[✉️] 16:38, 13 June 2024 (UTC)
- Okay thanks Lightoil (talk) 16:44, 13 June 2024 (UTC)
Automatic watchlist
[edit]I keep forgetting to hit the "watch this page" button. Is it possible for the tool to automatically check that button, or even better subscribe to that topic (so that only edits in that section notify me) in the same way the reply tool does? Thanks for your work on this! Rusalkii (talk) 01:14, 28 August 2024 (UTC)
- Hi @Rusalkii, there isn't a current way to automatically select the watch checkbox at the moment. I will look at adding a way to do that at the weekend. Regarding the topic subscription, I haven't looked into it at all since it is a feature that came out after I first made this tool so I don't know how easy / if I would be able to do that easily. Terasail[✉️] 19:50, 28 August 2024 (UTC)
- Hi @Rusalkii, If you put
var autoWatchRequests = true;
aboveimportScript('User:Terasail/COI_Request_Tool.js');
in your common.js, iit should auto check the "Watch this page" checkbox if you are not already watching the page. Let me know if there are any issues with it. Terasail[✉️] 10:49, 1 September 2024 (UTC)- Thank you! Rusalkii (talk) 23:16, 2 September 2024 (UTC)
- Hi @Rusalkii, If you put