<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MacSwitching.com &#187; Firefox</title>
	<atom:link href="http://www.macswitching.com/index.php/category/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.macswitching.com</link>
	<description>The resource to people switching to the Mac (and to MacLife altogether): Mac OS X integration, Mac-Windows interoperability, iPod and most Macintosh-related topics!</description>
	<lastBuildDate>Sun, 20 Jun 2010 20:23:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to fix Adsense Notifier under Firefox 3.5.x &#8211; Mac OS X and PC version</title>
		<link>http://www.macswitching.com/index.php/2009/07/03/how-to-fix-adsense-notifier-under-firefox-35x-mac-os-x-and-pc-version/</link>
		<comments>http://www.macswitching.com/index.php/2009/07/03/how-to-fix-adsense-notifier-under-firefox-35x-mac-os-x-and-pc-version/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 13:30:10 +0000</pubDate>
		<dc:creator>The MacSwitcher</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X internet utilities]]></category>
		<category><![CDATA[Windows-to-Mac Switch]]></category>

		<guid isPermaLink="false">http://www.macswitching.com/?p=226</guid>
		<description><![CDATA[How to fix Adsense Notifier under Firefox 3.5.x - Mac OS X and PC version]]></description>
			<content:encoded><![CDATA[<p>The <strong>AdSense Notifier</strong> add-on for Firefox has always been one of my favourite extension for FF.</p>
<p>Starting from Firefox 3.0 although, it had several problems.</p>
<p>Now, with FireFox 3.5 release things have gone even worse; moreover its developer, a guy named Allen G. Holman AKA Mincus, has no longer supported its creations nor updated it blog: where are you Allen?</p>
<p>So, no more support from developer, Firefox 3.5 no longer installing it: what else? Living with no Adsense notifications?<br />
No way!</p>
<p>So&#8230; I came up with a solution and a way to get it running like before with some help and workarounds <i>both</i> on Mac OS X and Windows.</p>
<p><b>First let&#8217;s get back to basics.</b></p>
<p>Here is where it all started: <a href="https://addons.mozilla.org/en-US/firefox/images/t/6090/943948800" target="_new" title="adsense notifier">AdSense Notifier add-on for Firefox</a>, and here&#8217;s the author&#8217;s web <a href="http://code.mincus.com/3/adsense-notifier/" target="_new" title="firefox adsense notifier">site Mincus Code</a>.</p>
<p>The first help I got was <a href="http://www.lancelhoff.com/how-to-fix-adsense-notifier-password-problem/" target="_new">LancelHoff&#8217;s blog</a> which give some good instructions on how to operate on XPI add-on packages.<br />
[thanks Doug Poire AKA dcphosting_services for posting it on Mozilla.org!]</p>
<p><b>Let&#8217;s open it: call Gil Grissom for Adsense.XPI!</b></p>
<p>Step #1: in first place, get yourself a copy of <a href="http://code.mincus.com/extensions/adsense.xpi" target="_new" title="adsense notifier">Adsense.xpi</a> and save it on your desktop.</p>
<p>[Note all instructions from now onwards will be the same for Mac OS X and Windows]</p>
<p>Step #2: rename the downloaded Adsense.xpi file as Adsense.zip and unzip it as usual, preserving directory structure, in a directory called Adsense.</p>
<p>This is the directory structure that you should see:</p>
<p><img src="http://www.macswitching.com/images/adsense-notifier-1.gif" alt="adsense notifier directory structure" /></p>
<p>Step #3: fire your favourite text Editor (on the Mac I&#8217;m in love with <a href="http://tuppis.com/smultron/" title="smultron mac os x text editor" target="_new">Smultron</a>) and open the <strong>Install.rdf</strong> file within the Adsense directory;</p>
<p>Step #4: check line #33 and replace the Firefox version number according to the line below:</p>
<p>&lt;em :maxVersion&gt;3.5.*&lt;/em&gt;</p>
<p>we need to fool Firefox into believing that this plug-in is compatible with any 3.5.x version.<br />
[Note: if you aren't willing to get into this when FF 3.6.x comes out, just put a <b>3.6.*</b> version number and forget about it!]</p>
<p><a href="http://www.macswitching.com/images/adsense-notifier-2.gif" title="adsense notifier code"><img src="http://www.macswitching.com/images/adsense-notifier-2.gif" alt="adsense notifier code" width="60%" border="0" /></a></p>
<p>Step #5: open <strong>nsAdsensenotifier.js</strong> under the Components directory with the text editor;</p>
<p>Step #6: look for line 103, replacing the following line of code:</p>
<p><tt>var passwd = "";</tt></p>
<p>with this code (replacing your actual password):</p>
<p><tt>var passwd = "password";</tt></p>
<p>This step will eliminate the annoyance of being asked again the Adsense account password;</p>
<p>Step #7: save all text files and close text editor;</p>
<p>Step #8: zip (or compress) the Adsense folder into <strong>Adsense35.xpi</strong>: beware not to include the Adsense path into the zip file! That is: no sub-folders or it will not work&#8230;</p>
<p>Check here the correct zip file directory structure:</p>
<p><img src="http://www.macswitching.com/images/adsense-notifier-3.gif" alt="adsense notifier zip file directory structure" /></p>
<p>Step #9: open Firefox and uninstall any previous Adsense notifier; restart Firefox;</p>
<p>Step #10: open the <strong>Adsense35.xpi</strong> directly from Firefox (CMD+O on the Mac or Open File &#8211; CTRL+O on Windows) and proceed as usual installing the plug-in.</p>
<p>There you are! <strong>Adsense notifier</strong> is up and running as usual!</p>
<p>Hope this helps you as much as it helps me!</p>
<p><strong>Notes</strong></p>
<p>I found this notable quotation:</p>
<blockquote><p>&#8220;Anyone who uses Google ads on their blog and web site spends a lot of time checking in to see how they are doing. This has been called GAD or Google Adsense Disorder, and I definitely suffer from it.&#8221;
</p></blockquote>
<p>I definitely sign it!</p>
<p>Further readings: <a href="http://www.realtechnews.com/posts/1960#ixzz0KCBWtxP3&#038;C" target="_new">about GAD &#8211; Google Adsense Disorder and the notifier</a>.</p>
<p><em>Please note: The following fix worked for me, however, I am offering no warranty for this information. Proceed at your own risk.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.macswitching.com/index.php/2009/07/03/how-to-fix-adsense-notifier-under-firefox-35x-mac-os-x-and-pc-version/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
