Created
May 19, 2012 00:46
-
-
Save xupeng/2728385 to your computer and use it in GitHub Desktop.
自动跳转到广播页
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
// ==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/'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我的 https://gist.github.com/4065882