Skip to content

Instantly share code, notes, and snippets.

body,.W_miniblog, .S_profile .W_miniblog {background-image:none!important;background-color:#32394a !important;}
HTML > BODY[class="B_index L-zh-cn"] > DIV[class="W_miniblog"]:nth-child(1) > DIV[class="W_miniblog_fb"] > DIV[class="W_main"]:nth-child(3) > DIV[class="W_main_bg clearfix"] > DIV[id="plc_main"]:nth-child(2) > DIV[class="W_main_a"]:nth-child(1) > DIV[id="Box_right"][class="W_main_r"]:nth-child(2) > DIV[id="trustPagelet_indexright_recom"]:nth-child(6) > DIV:nth-child(2)
,#trustPagelet_indexright_recom{display:none !important;}/*新右栏 2013-07-04 */
.S_content,
.S_weibo{background-image:none;background-color:#eee !important; }
.WB_feed,
.WB_media_expand,
/*
http://www.wallscorner.com/download/batman_logo_1080p_hd_wallpaper-1600x900.jpg
http://www.widewallpapers.net/mod/black/1600x900/black-wallpaper-1600x900-027.jpg
http://iweek.ly/static/images/bg.jpg
https://lh4.googleusercontent.com/-V6ZDj2ErfR8/UYOpP4A1yMI/AAAAAAAAMzY/2vKcISFpneo/s0-d/night_sky_3-wallpaper-1920x1080.jpg
http://marsstaticcdn.jpl.nasa.gov/layout/mep/images/background_home_WithBlue.jpg
http://upload.wikimedia.org/wikipedia/commons/d/d5/Transparent_google_logo.png
http://25.media.tumblr.com/922ea832bd0915c8c5bcc85ec73f6a26/tumblr_mot061pPkA1qghl49o1_r1_500.gif
http://technoir.nl/
*/
.new_topbar_wrap, .noticebg, #head, #cate_thread{display:none!important;}
.nav-wrap {margin-top:0px!important;}
body{background:none!important;}
body {
background: #f0f0f0 !important;
}
.sidebar,
.sidebar .site-nav .site-nav-links,
.dropdown.open .dropdown-toggle,
.dropdown-menu {
background: #32394a !important;
}
@cyio
cyio / 0_reuse_code.js
Created August 22, 2014 01:01
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@cyio
cyio / run_once.sh
Created June 1, 2015 08:38
config_linux
#/bin/bash
killall dde-dock & killall dde-dock-applets & killall dde-desktop & xfce4-panel & numlockx on &xfce4-clipman
# python '/home/oops/Project/widget/matrix/show.py' # & python '/home/oops/Project/widget/pics_show.py'
FILE=~/lastrun
TODAY=`date +"%Y%m%d"`
LASTRUN=`cat $FILE`
[[ -z "$LASTRUN" ]] || [[ "$TODAY" -gt "$LASTRUN" ]] || exit
@cyio
cyio / run_once.sh
Created June 3, 2015 15:22
linux config
#/bin/bash
killall dde-dock & killall dde-dock-applets & killall dde-desktop & xfce4-panel & numlockx on
# python '/home/oops/Project/widget/matrix/show.py' # & python '/home/oops/Project/widget/pics_show.py'
FILE=~/lastrun
TODAY=`date +"%Y%m%d"`
LASTRUN=`cat $FILE`
[[ -z "$LASTRUN" ]] || [[ "$TODAY" -gt "$LASTRUN" ]] || exit
@cyio
cyio / README.md
Last active August 29, 2015 14:22
【用户脚本】增强V2EX浏览体验

一个油猴脚本

功能:

  • 快速预览
  • 关闭预览时,平滑滚动回焦点
  • 查看相关回复

注意:这是一份fork后经我(Oaker)修改的代码,源代码中通常提供了原作品链接

一份原创的响应式布局样式

使V2EX在较窄窗口宽度下,亦能满足基本的浏览需求

@cyio
cyio / README.md
Last active August 29, 2015 14:22
gist-sample

I recently switched from using the Evernote Desktop Client to the web client. The only thing I missed was the short-cut for creating Todo checkboxes.

Here is a quick TamperMonkey (Grease Monkey) script to add that functionality back in. Add the userscript to Tampermonkey.