xcccx / Cena mobilna Aliexpress fur cebulkas

// ==UserScript==
// @name         Cena mobilna Aliexpress fur cebulkas
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  cebulki radujÄ… siÄ™
// @author       xcccx
// @match        *.aliexpress.com/item/*
// @grant        none
// @updateURL https://openuserjs.org/meta/xcccx/Cena_mobilna_Aliexpress_fur_cebulkas.meta.js
// ==/UserScript==

(function() {
    'use strict';

    if(window.runParams.mobileDiscountPrice)
        document.querySelector('.p-price-detail .p-symbol').innerHTML = '(' + window.runParams.mobileDiscountPrice + ') US $';
})();