Created
May 5, 2016 16:30
-
-
Save mgiuffrida/fa579de266b265e83fc1632e219cde3c to your computer and use it in GitHub Desktop.
Close MD bug bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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