Keyvan Minoukadeh

23 November 2006

Chomsky, Marr and the Media

Filed under: General — Keyvan @ 4:05 pm

30 minute video of the 1996 interview between Andrew Marr and Noam Chomsky. Still interesting and relevant. Read transcript and the Media Lens review: Where Egos Dare.

You can download a better version from ChomskyTorrents.org.

22 November 2006

Remove Google and Yahoo Ads

Filed under: General — Keyvan @ 4:36 am

Update (2007-01-31): Included a fourth (Windows hosts) method for getting rid of ads.

More and more sites are displaying Google (AdSense) or Yahoo (YPN) ads. I thought I’d post up 4 simple ways you can get rid of these ads, and, if like me, you’d still like to know which sites use them but don’t really want to see the ads, there’s even a solution to replace them with boxes. Solutions 1-3 require Firefox—I’ve only tested with Firefox 2.0. Solution 4 should work with any browser on a Windows system.

Note: these solutions are targeted at Google and Yahoo ad services, to remove other ads you can use Adblock Plus along with one of the many filter sets available. Solutions 1, 2 and 4 only remove the ads, solution 3 also replaces them with boxes where the ads would have appeared.

1. AdBlock Plus extension

Install Adblock Plus and add the following two filters:

http://ypn-js.overture.com/*

and

http://pagead2.googlesyndication.com/*

If you’re already running AdBlock Plus, you can subscribe to my Google and Yahoo ad remover filter set, I’ll be adding to it soon.

2. CSS solution—no additional addons required

Edit userContent.css (use ChromEdit Plus or read Editing Configuration Files if you need help) and add the following two rules:

/*
 * Remove Google ads
 */
iframe[name='google_ads_frame'],
a[href^='http://pagead2.googlesyndication.com']
{ display: none ! important; }

/*
 * Remove Yahoo ads
 */
iframe[src^='http://ypn-js.overture.com']
{ display: none ! important; }

Save and restart Firefox.

3. Replacing Ads with Greasemonkey

Install Greasemonkey and then my Replace Google/Yahoo Ads script.

Before and after screenshot:
[2 screenshots]

4. Windows hosts

This is based on Tech Support Alert’s in-depth guide to Removing Google Ads Using the Windows Hosts File. Read that if you’re unfamiliar with the Windows Hosts file.

Locate the hosts file. It’ll be found in one of these locations, depending on your version of Windows:

Windows XP = C:\WINDOWS\SYSTEM32\DRIVERS\ETC
Windows 2K/NT = C:\WINNT\SYSTEM32\DRIVERS\ETC
Windows 98/ME = C:\WINDOWS

Open it with a plain-text editor, e.g. Notepad, and add the following two lines:

127.0.0.1    pagead2.googlesyndication.com
127.0.0.1    ypn-js.overture.com

Any feedback appreciated.

Ads on Google and Yahoo websites

The methods above will not block ads appearing on Google or Yahoo’s own websites, e.g. Gmail or Yahoo Mail, as most of those ads are fetched server-side and not through the easy-to-use HTML snippets most webmasters receive when signing up to AdSense/YPN. You will however find Firefox extensions and Greasemonkey scripts targeting those sites specifically. For example, the excellent CustomizeGoogle extension removes ads from Google search results, GMail, and more.

8 November 2006

White Town - Don’t Mention the War

Filed under: General — Keyvan @ 3:58 am

Very late posting this, but it’s about time I pointed you all to the new White Town album: Don’t Mention the War.

[Don't Mention the War album cover]

I’ve been listening to it a lot and it just gets better and better. If you’re new to White Town, listen to tracks from the new album, read a review, an interview with Jyoti, then buy it! :) It’s available to buy on CD Baby and iTunes.

See Bzangy Groink for more…

Paged Comments 2.5 Release

Filed under: General — Keyvan @ 2:13 am

Version 2.5 (2006-11-08) of the Paged Comments plugin for WordPress is now available.

Changes include:

  • Easier to install—no file editing if you’re happy with the default settings.
  • Updated K2 template included—Paged Comments now works with the new K2 theme.
  • Bug fix: Query strings and comment page URLs now play well together. Thanks Mark.
  • Bug fix: Invalid permalink URL with default_page issue resolved. Thanks Mark.

Let me know if you come across any problems. More updates on the plugin coming soon.