Skip to content

Instantly share code, notes, and snippets.

@hibiyasleep
Created April 14, 2024 10:52
Show Gist options
  • Save hibiyasleep/c62c36abe628ede6686af3571107fd88 to your computer and use it in GitHub Desktop.
Save hibiyasleep/c62c36abe628ede6686af3571107fd88 to your computer and use it in GitHub Desktop.
// ==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==
(function() {
'use strict';
window.addEventListener('load', function() {
document.getElementById('direction').value = '피클빼주세요 빠싹구워주세요'
}, false)
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment