Created
November 15, 2024 02:19
-
-
Save mu-hun/9a853a0cf4e19102f0d803d0d39eed6f to your computer and use it in GitHub Desktop.
JejuAir login button active for Firefox
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 JejuAir login button active for Firefox | |
// @version 1 | |
// @grant none | |
// @match https://www.jejuair.net/ko/member/auth/login.do* | |
// @run-at document-end | |
// ==/UserScript== | |
const button = document.querySelector(".button-wrap.button-wrap--login button"); | |
button.className = "button button--primary login button--active" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment