This task involves the work of introducing a user script that, once installed, would enable someone to experiment with [Edit Check](https://www.mediawiki.org/wiki/Edit_check), regardless of if and how the feature is enabled at the broader project they're seeking to experiment with it on.
=== Story
- As an **experienced volunteer** who is curious to try out Edit Check and offer feedback about it, I'd like there to be an easy/straightforward way for me to enable the feature for myself, so that I can experiment with it in an environment that resembles how newcomers are likely to experience it if/when it is enabled by default.
=== Requirements
1. Introduce a user script that, once installed to someone's [Special:MyPage/common.js page](https://en.wikipedia.org/wiki/Special:MyPage/common.js), would result in the following:
-- A) Edit Check being activated if/when an edit they're attempting to publish meets the default configuration values documented on [mw:Edit check/Configuration](https://www.mediawiki.org/wiki/Edit_check/Configuration)
-- B) Relevant Edit Check tags (see [mw:Edit check/Tags](https://www.mediawiki.org/wiki/Edit_check/Tags)) being appended to edits people who have the gadget enabled make
2. The user script this task is asking us to introduce should OVERRIDE the `maximumEditcount` parameter. //Said another way: for people who have the gadget enaled/installed, Edit Check should activate in any qualifying edit, regardless of the person's edit count.//
=== Background
This task emerged from us coming to learn from @Dyolf77_WMF that volunteers were finding the URL parameter T345297 introduced a bit complicated. As a result, they were seeking a simpler way of trying out Edit Check.
=== Related
- [Gerrit: Allow a localstorage key to forcibly enable edit check](https://gerrit.wikimedia.org/r/c/mediawiki/extensions/VisualEditor/+/956964)
=== Done
- [ ] Share instructions @Trizek-WMF, @Dyolf77_WMF, and @Geugeor-wmf with how to install the script