ahpatel

ahpatel

7p

3 comments posted · 0 followers · following 0

15 years ago @ Opindian - Adblock Solution for S... · 1 reply · +1 points

Correct. It is collapsing the advertising elements but not preventing them from being downloaded.

On a Windows system, you would have to use a proxy solution or a modified hosts file to prevents ads from ever being downloaded. If you go the HOSTS route, I suggest http://someonewhocares.org/hosts/hosts

The combination of the modified hosts file AND Fanboy's collapsed element hider is what makes the ads go away and keeps the websites looking well formatted.

15 years ago @ IntenseDebate Blog - Opening Up the Debate ... · 1 reply · +2 points

I'm interested.

15 years ago @ Opindian - Automating Outlook's I... · 0 replies · +1 points

The alternative location for PST files would need to be defined in the 'autopst.bat' script file. On the "cmdscan %ScanPST... *.pst" line (line 15 in the sample autopst.bat), add the path before the *.pst and *.ost.

For example, instead of:
cmdscan %ScanPST-location% *.pst *.ost
you would write out the path and filename to each .pst/.ost file you want scanned:
cmdscan %ScanPST-location% "C:Path to PSTOutlookFile-Name.pst" "C:Another Pathfile.ost"

Regards,

// Anish