Amazfit watch face editor bypass

bypass account confirmation

// ==UserScript==
// @name         Amazfit watch face editor bypass
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  bypass account confirmation
// @match        https://watchface.huami.com/
// @icon         https://watchface.huami.com/favicon.ico
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

localStorage.setItem('wf_examineType', '2')
})();