/*
 * Author:            Will (war59312@gmail.com)
 * Description:       Hides ads on Binsearch.info
*/

/* +++ changelog +++
September 26th, 2011
- hides amnesty.ca ad
November 24th, 2010
- "view NFO" works again
June 4th, 2009
- working again now :)
January 24th, 2009
- removed giganews ad again
July 13th, 2008
- removed giganews ad and noscript place holder for ads
Jan. 8th, 2007
- removed new ad
Nov. 29th, 2007
- original release
*/

@-moz-document domain(binsearch.info) {

/* REMOVE ADS */
    IFRAME[src="iframe.php"], #fragment, img[src*="banner"] {
        display: none !important; }
}