Skip to content

Instantly share code, notes, and snippets.

@0xch4z
Created August 15, 2018 20:28
Show Gist options
  • Save 0xch4z/81577ebba07a93d8fe409fd344396df5 to your computer and use it in GitHub Desktop.
Save 0xch4z/81577ebba07a93d8fe409fd344396df5 to your computer and use it in GitHub Desktop.
(() => {
const doneBtn = document.querySelector('.dy-html-editor-done');
['disabled', 'aria-disabled', 'ng-disabled']
.forEach(a => doneBtn.removeAttribute(a));
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment