@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("reader.livedoor.com") {

/* ----- show original URL ----- */
div.item_info a::after {
  content: ' (' attr(href) ')';
}

/* ----- hide ads ----- */
#header,
/*#menu,*/
.ads,
.adsWrapper,
.GuideNavigationList .Last,
.FullBox {
  display: none !important;
}

/* ----- hide ads on feed ----- */
img[src^="http://rss.rssad.jp/"],
img[src^="http://feedads.googleadservices.com/"],
img[src*="www.pheedo.jp"],
img[src^="http://feedads.g.doubleclick.net/"] {
  display: none !important;
}

/* ----- fix height of each item ----- */
/*
.item {
  max-height: 250px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
*/
}
