movatwitter noimg

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

@-moz-document domain("movatwitter.jp"),
               domain("tw.f-shin.net") {

/*image 非表示 */
img[src*="http://gyazo.com/"] {
display: none !important;
}
img[src*="http://f.hatena.ne.jp/"] {
display: none !important;
}
img[src*="http://image.movapic.com/"] {
display: none !important;
}

}

ダサダサだった。直した。CSSセレクタ全然わかっとらんかった。いまもわかっとらん。

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

@-moz-document domain("movatwitter.jp"),
               domain("tw.f-shin.net") {

div.autopagerize_page_element img:not([src*="s3.amazonaws.com"]) {
display: none !important;
}

}