--- filter.pl 2003/12/15 00:26:57 1.3 +++ filter.pl 2003/12/15 01:00:13 1.4 @@ -75,6 +75,7 @@ $html =~ s!]*href="http://[^>]+>(.+?)!$1!gs; $html =~ s!]+Buy Print Version[^>]+>!!gs; +$html =~ s!]+onclick="OpenWin[^>]+mode=downloadPDF[^>]+>\s*]+Download this chapter[^>]+>\s*!!gs; open(OUT,"> $outfile") || die "$outfile: $!"; print "$outfile\n";