Andrew M. Bishop
Thu, 06 Sep 2007 21:06:25 -0700
[EMAIL PROTECTED] writes: > Gentlemen, it's me again with another brilliant idea. > You know when those sites pull in those ad frames, > URL='http://news.com.com/Developing+nations+losing+spam+battle,+ > Default Recursive Fetch options: stylesheets=0 images=0 frames=2 > Frame=http://view.atdmt.com/M0N/iview/cntcmssc0770000080m0n/dire > Frame=http://view.atdmt.com/MRT/iview/cntnkinf0250006355mrt/dire > > Well, there needs to be an only-same-host-frames variable, on the > model of only-same-host-images, for those of us that use frames=yes. The only-same-host-images option is a FetchOptions option so it only works when WWWOFFLE is fetching a request made offline. When you are online there is no way for WWWOFFLE to know that a particular request is an iframe and not a normal page. Using the ModifyHTML option to block iframes (disable-iframe) or using the DontGet options to block based on URL would probably do most of what you want and would work when online as well. -- Andrew. ---------------------------------------------------------------------- Andrew M. Bishop [EMAIL PROTECTED] http://www.gedanken.demon.co.uk/ WWWOFFLE users page: http://www.gedanken.demon.co.uk/wwwoffle/version-2.9/user.html