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 POE 거래소 (아이템 정보 영문 복사) | |
| // @version 1.0 | |
| // @description 아이템 정보를 영문으로 복사합니다. | |
| // @author ven22 | |
| // @match https://poe.game.daum.net/trade/* | |
| // @grant GM_xmlhttpRequest | |
| // @grant GM_setClipboard | |
| // @grant GM_addStyle | |
| // @connect www.pathofexile.com |