Skip to content

Instantly share code, notes, and snippets.

@mu-hun
Created November 15, 2024 02:19
Show Gist options
  • Save mu-hun/9a853a0cf4e19102f0d803d0d39eed6f to your computer and use it in GitHub Desktop.
Save mu-hun/9a853a0cf4e19102f0d803d0d39eed6f to your computer and use it in GitHub Desktop.
JejuAir login button active for Firefox
// ==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