-
cs1 added the squid_redirect-20090301.20090310.pl file.
2009-03-10 02:07:38 UTC in squid_redirect advertisement zapper
-
cs1 added the adzap-20090301.tar.gz file.
2009-03-10 02:07:38 UTC in squid_redirect advertisement zapper
-
cs1 created the 20090301 file release.
2009-03-10 01:54:12 UTC in squid_redirect advertisement zapper
-
I routinely open new windows thus:
tell app "iTerm"
activate
set myterm to (current terminal)
tell myterm
set mysession to (make new session at end of sessions)
tell mysession
set name to "foo"
exec command "my command here..."
end tell
end tell
end tell
With the latest upgrade, iterm aborts at the line:
set mysession to...
2008-08-23 05:32:44 UTC in iTerm.app
-
Sure, see the customisation section: http://adzapper.sourceforge.net/#custom
You want the wrapzap script: http://adzapper.sourceforge.net/scripts/wrapzap
and in it you want to make your own STUBURL_* files.
Any file you make must be placed on a web site because users'
browsers will be fetching them; their URLs go in the script.
- Cameron.
2005-08-24 01:37:52 UTC in squid_redirect advertisement zapper
-
Does "It was a typo." mean you've figured out what was wrong
and now wrapzap is behaving correctly for you?.
2005-07-07 00:09:57 UTC in squid_redirect advertisement zapper
-
The zapper blocks popups as with other ads - by pattern.
It has no general facility to detect popups (such a thing can live
only in the browser). Instead, please report unblocked popups
that are ads to me (cs@zip.com.au) for addition as with
any other unzapped ad occurence.
For general popup blocking you have to look to your browser.
The test site you went to won't be listed as ads.
2005-07-07 00:05:31 UTC in squid_redirect advertisement zapper
-
That's odd. My guess is that perhaps there are two media files
there, with sound separate from the WMV. Which would work
if it was just backing elevator muzac, but not if there was dialogue/sound effects because they'd lose sync with the video.
If you want to send me the full page URL I could examine it carefully for you.
Cheers,
- Cameron Simpson <cs@zip.com.au>.
2004-12-14 22:29:44 UTC in squid_redirect advertisement zapper
-
Speaking as the developer, the $ZAP_PREMATCH is the best way.
BTW, $ZAP_POSTMATCH won't work because it will be examined _after_ the patterns that match the ad, and so will not prevail;
the pattern list is like an ACL - it's ordered - the first match is what applies.
If you're not using $ZAP_PREMATCH you can use the redirector_access ACL facility in the squid.conf, but the wrapzap
way is...
2004-12-10 00:27:04 UTC in squid_redirect advertisement zapper
-
The replacement for "clear" mode is a 1x1 GIF.
If the images are still taking up space that will be because
the page itself specifies the image size (which is generally desirable
anyway because it means the browser can lay the page out
before the imkage starts to arrive.
The zapper doesn't get to fiddle with page context, so it can't
help here. You need an intermediate facility...
2004-12-10 00:24:20 UTC in squid_redirect advertisement zapper