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
| // Base code: https://gist.github.com/aamiaa/7cdd590e3949cd654758bc90bcb4710b | |
| let wpRequire = webpackChunkdiscord_developers.push([[Symbol()], {}, r => r]); | |
| webpackChunkdiscord_developers.pop(); | |
| let ApexStore = Object.values(wpRequire.c).find(x => x?.exports?.A?.createOverride).exports.A; | |
| let UserStore = Object.values(wpRequire.c).find(x => x?.exports?.A?.__proto__?.getCurrentUser).exports.A; | |
| let FluxDispatcher = Object.values(wpRequire.c).find(x => x?.exports?.A?.__proto__?.flushWaitQueue).exports.A; | |
| let api = Object.values(wpRequire.c).find(x => x?.exports?.Bo?.get).exports.Bo; | |
| let globalCopy = navigator.userAgent.includes("Firefox") ? navigator.clipboard.writeText.bind(navigator.clipboard) : copy |
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 피클빼주세요 | |
| // @namespace https://idyllshi.re/ | |
| // @version 2024-04-14 | |
| // @description 피클빼주세요 | |
| // @author hibiya inemuri | |
| // @match https://pji.co.kr/order/w_payment | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=pji.co.kr | |
| // @grant none | |
| // ==/UserScript== |
sudo pacman -Syu zsh
You do not need to install manjaro-zsh-config and all the other related packages like zsh-syntax-highlighting, zsh-history-substring-search, zsh-autosuggestions, etc., as we will use Oh My Zsh.
