Skip to content

Instantly share code, notes, and snippets.

@mynamebvh
Last active May 25, 2024 12:34
Show Gist options
  • Save mynamebvh/225a082691fdc42b81e7174669af60c1 to your computer and use it in GitHub Desktop.
Save mynamebvh/225a082691fdc42b81e7174669af60c1 to your computer and use it in GitHub Desktop.
bypass working skill HaUI
const btn = document
.getElementsByClassName('learndash_mark_complete_button')[1]
.removeAttribute('disabled');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment