Skip to content

Instantly share code, notes, and snippets.

@leplay
Created October 29, 2014 14:45
Show Gist options
  • Save leplay/fd3eea368577490f1a8f to your computer and use it in GitHub Desktop.
Save leplay/fd3eea368577490f1a8f to your computer and use it in GitHub Desktop.
Random
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