This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name IDEAERP - Zamówienia | |
// @namespace http://tampermonkey.net/ | |
// @version 3.5 | |
// @description Dodaje kolumny cen jednostkowych + kopiowanie produktów (SKU/pełna nazwa) - poprawka szerokości | |
// @match https://emma.ideaerp.pl/web* | |
// @downloadURL https://gist.github.com/AdamGrodecki/0b6c577d88f1a3d0cd06b752be2c80fc/raw | |
// @updateURL https://gist.github.com/AdamGrodecki/0b6c577d88f1a3d0cd06b752be2c80fc/raw | |
// @grant GM_addStyle | |
// @grant GM_getValue |