User story
As a user of the global watchlist user script,
When I (eventually) begin to use the extension,
I want to be able to easily copy my settings from the user script to the extension
Acceptance criteria
- On Special:GlobalWatchlistSettings, when the user has no settings saved, client-side scripts have a chance to fill in those settings rather than always using the defaults
Notes
Can use mw.hook to pass the settings object, client-side scripts can modify the objects
Ref: https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.hook