Skip to content

Instantly share code, notes, and snippets.

@xupeng
Created May 19, 2012 00:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save xupeng/2728385 to your computer and use it in GitHub Desktop.
Save xupeng/2728385 to your computer and use it in GitHub Desktop.
自动跳转到广播页
// ==UserScript==
// @name Hide someone
// @description Hide someone
// @author Xupeng
// @include http://www.douban.com
// @version 1.0
// ==/UserScript==
if (window.location.href == 'http://www.douban.com/') {
window.location.href = 'http://www.douban.com/update/';
}
@georgexsh
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment