Skip to content

Instantly share code, notes, and snippets.

@ghostrydr
Created April 23, 2018 16:59
Show Gist options
  • Save ghostrydr/0355748c2c6d0d47ba8059bd8eb6d526 to your computer and use it in GitHub Desktop.
Save ghostrydr/0355748c2c6d0d47ba8059bd8eb6d526 to your computer and use it in GitHub Desktop.
javascript:(function(){
var s = "Welcome to Stack Overflow! Please take the [tour](/tour) and read through the [help center](/help), in particular [_How do I ask a good question?_](/help/how-to-ask) Do your research, [search](/help/searching) for related topics on SO, and give it a go. _**If**_ you get stuck and can't get unstuck after doing more research and searching, post a [Minimal, Complete, and Verifiable example](/help/mcve) of your attempt and say specifically where you're stuck. People will be glad to help. Good luck! –";
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