Skip to content

Instantly share code, notes, and snippets.

@mgiuffrida
Created May 5, 2016 16:30
Show Gist options
  • Save mgiuffrida/fa579de266b265e83fc1632e219cde3c to your computer and use it in GitHub Desktop.
Save mgiuffrida/fa579de266b265e83fc1632e219cde3c to your computer and use it in GitHub Desktop.
Close MD bug bookmarklet
javascript:(function() { var c = document.getElementById('addCommentTextArea'); var s = document.getElementById('statusedit'); if (!c || !s) { alert('Sign in or whatever'); return; } c.value = 'This is a Material WebUI page which is a work in progress and isn\'t ready for launch.'; s.value='WontFix'; s.form.querySelector('input[type=submit]').click(); })()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment