Skip to content

Instantly share code, notes, and snippets.

@lenage
Forked from athom/qortex.com.js
Last active August 29, 2015 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lenage/10969075 to your computer and use it in GitHub Desktop.
Save lenage/10969075 to your computer and use it in GitHub Desktop.
/* main.css */
body { display: none}
// add custom css
var ss = document.createElement("link");
ss.type = "text/css";
ss.rel = "stylesheet";
ss.href = "//gist.githubusercontent.com/lenage/10969075/raw/73a07d0114035019bda5c1086dca8944f075ed3f/main.css";
document.getElementsByTagName("head")[0].appendChild(ss);
//$('.qor-notify-number').hide(); //红色通知,还是留着吧...
$('.qor-notify-num-grey').hide(); //灰色未读数不要
$('.new-stream-bar').remove(); //不要主动推送消息
//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment