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
| #Requires AutoHotkey v2.0 | |
| #SingleInstance Force | |
| PasteText(text) { | |
| clipSaved := "" | |
| try clipSaved := A_ClipboardAll | |
| catch | |
| clipSaved := "" | |
| A_Clipboard := text |
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
| (function () { | |
| 'use strict'; | |
| // ========================= | |
| // 1) DANH SÁCH SẢN PHẨM | |
| // ========================= | |
| const sanPhamMap = { | |
| "1Password": {thoiHan: 12, gia: 260}, | |
| "Adobe Creative Cloud Pro": {thoiHan: 4, gia: 299}, | |
| "Adobe All Apps 40 ngày": {thoiHan: 1.1, gia: 120}, |