Last active
May 10, 2017 06:39
-
-
Save CatTail/848e1c43f1ed65775cad8b8ead16dc65 to your computer and use it in GitHub Desktop.
close the fucking window
This file contains 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
<!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