May 07, 2007

Swampland, but without Wonkette (Ana Marie Cox)?

I continue to be amazed that Time Magazine has stooped to the National Inquirer level of employing Ana Marie Cox - formerly with Wonkette - as their Washington Editor and a contributor to their blog Swampland.

Now, there's something you can do about it!

Simply use Firefox with the Greasemonkey extension, together with this handy-dandy script that will remove all posts by Wonkette from Swampland. This is unsupported and barely tested, but it seems to work. Simply copy it into a file named something like 'wonkette.user.js', and drag that file into a Firefox window and choose to install it. Of course, you need to install GM first. Then, when you visit the site her posts will magically disappear.

Don't worry, you won't be missing anything.

// Remove Wonkette posts from Swampland
// Version 0.0.1
//
// Copyright (c) 2007 LonewackoDotCom
// Released under the GPL License
//
// Removes posts from Time's Swampland blog that are
// written by Wonkette (Ana Marie Cox)
//
// ==UserScript==
// @name Wonkette Bye Bye
// @namespace http://24ahead.com/
// @description Remove Wonketteishness from Swampland
// @include http://time-blog.com/swampland/*
// @include http://*.time-blog.com/swampland/*
// ==/UserScript==

var spans = document.getElementsByTagName( "span" );
for ( i = 0; i < spans.length; i++ ) {
span = spans[ i ];

if ( span.className == "postedby" &&
span.innerHTML.match( "Ana Marie Cox" ) ) {
span.parentNode.parentNode.style.display = "none";
}
}





Posted to Bloggage at May 7, 2007 08:34 PM


Non-"liberal" coverage of immigration, Iraq, terrorism, multiculturalism, Los Angeles, California, privacy, and occasionally celebrities and wacky humor...




« Comments too hot for ShopFloor.org (National Association of Manufacturers) «

» Professor sends link to Pat Buchanan website, gets put on leave »






Main

Atom feed · RSS 2.0 feed · RSS 0.91 feed · WML

Subscribe with Bloglines
Add to My Yahoo!
Add to My MSN

Search

Support this site

Amazon Honor SystemClick Here to PayLearn More

Categories

Immigration 2008a · Immigration 2007b · Immigration 2007a · Immigration · Immigration (6/05 to 12/05) · Immigration (1/05 to 6/05) · Immigration (8/04 to 12/04) · Immigration (before 8/04) · Immigration & Terrorism · Immigration & Driver's Licenses · Immigration & Consuls · Immigration & Media Bias · Immigration & Europe · North American Union

Blogging Across America

MultiCulti Madness · General Politics · Privacy · Miscellaneous · The "Peace" Movement

Los Angeles · California · Outdoors and sports · Celebrities · Wackiness · Inside Blogging

Iraq · Beltway Sniper · Terrorism & Extremism · The Saudis · Warblogging · War On Drugs

Archives

All Posts(links to each post by title)


Recent Entries
Powered by
Movable Type 3.15