Created
October 29, 2014 14:45
-
-
Save leplay/fd3eea368577490f1a8f to your computer and use it in GitHub Desktop.
Random
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
var random = Math.round(Math.random()); | |
document.cookie = "wvr=" + (5 + random) + "; path=/; domain=.weibo.com"; | |
document.cookie = "wvr6=" + random + "; path=/; domain=.weibo.com"; | |
location.reload(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment