Skip to content

Instantly share code, notes, and snippets.

@CatTail
Last active May 10, 2017 06:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CatTail/848e1c43f1ed65775cad8b8ead16dc65 to your computer and use it in GitHub Desktop.
Save CatTail/848e1c43f1ed65775cad8b8ead16dc65 to your computer and use it in GitHub Desktop.
close the fucking window
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<script src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
</head>
<body>
<script>
setTimeout(function () {
wx.closeWindow()
}, 1000)
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment