Skip to content

Instantly share code, notes, and snippets.

View Neo777Uzy's full-sized avatar

Neo777Uzy

  • Joined Oct 26, 2025
View GitHub Profile
const btn_header_signup = document.querySelector('.header__actions a.header__signup');
if (btn_header_signup) {
btn_header_signup.classList.remove('header__signup');
btn_header_signup.classList.add('uzy_button', 'uzy_dark_2');
}