Skip to content

Instantly share code, notes, and snippets.

@ghostrydr
Created April 23, 2018 16:59
Show Gist options
  • Save ghostrydr/2ceaf95919cf6fbd6934b3a6fc4d57f9 to your computer and use it in GitHub Desktop.
Save ghostrydr/2ceaf95919cf6fbd6934b3a6fc4d57f9 to your computer and use it in GitHub Desktop.
Stackoverflow - Please provide MCVE bookmarklet
javascript:(function(){
var s = "Please provide a [Minimal, Complete, and Verifiable example](/help/mcve)";
document.getElementsByClassName("js-add-link")[0].click();
document.getElementsByName("comment")[0].value = s;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment