[HWM] AlwaysShowArtsDurability

Всегда показывать прочность артефактов

// ==UserScript==
// @name         [HWM] AlwaysShowArtsDurability
// @namespace    [HWM] AlwaysShowArtsDurability
// @version      0.1
// @description  Всегда показывать прочность артефактов
// @author       Komdosh
// @include      http*://*.heroeswm.ru/*
// @grant        none
// @license      MIT
// ==/UserScript==


(function() {
    'use strict';
    if(hwm_mobile_show_arts_durability != null)
        hwm_mobile_show_arts_durability(true, true);
})();