【2013/5/31更新】どーじんぐ娘。広告除去

2013/5/31 コーディングの最適化
これの更新版です。
以前の記事にも書きましたが、userstylesがアダルトコンテンツNGらしいので、こちらに公開。

ソースは折りたたんだ先に。

/*どーじんぐ娘。広告除去
製作:Nogic
最終更新日:2013/5/31*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://blog.livedoor.jp/doujingm/"){

/*サイトランキング・更新情報*/
#contentin>table,
.main>p,
.main table[width="600"],
table[width="650"]{
    display:none !important;
}

/*サイドバー*/
#sidecolumnbody>div.plugin-memo:nth-of-type(2),
#sidecolumnbody>div.plugin-memo:nth-of-type(3),
#sidecolumnbody>div.plugin-memo:nth-of-type(5),
#sidecolumnbody>div.plugin-memo:nth-of-type(8),
#sidecolumnbody>div.plugin-memo:nth-of-type(9),
#sidecolumnbody>font{
    display:none !important;
}

}

@-moz-document domain("doujing.livedoor.biz") {

/*サイトランキング・更新情報*/
#contentin>table{
    display:none !important;
}

/*サイドバー*/
div#sidecolumnbody>div:nth-of-type(1),
div#sidecolumnbody>div:nth-of-type(3)>div:nth-of-type(5){
    display:none !important;
}

/*レイアウト修正*/
#blogcontainer{
    padding:0px !important;
}

}

@-moz-document domain("doujingm.blog22.fc2.com") {

/*広告など*/
center,
.free_area,
.mainEntryBody>p,
table[width="600"],
#menu1Block>div:nth-of-type(3){
    display:none !important;
}

/*レイアウト修正*/
#headBlock{
    height:auto !important;
}

}