A tip for the AdBlock Plus users
Jan. 31st, 2006 06:33 amThis applies mainly to the Mac users, but it's probably applicable to Linux users as well with some changes.
Today I found out that Adblock Plus for Firefox was spamming Console (/Applications/Utilities/Console) with a pile of messages like
The fix, fortunately, is easy. You need a text editor like Text Wrangler. From the command line, vim or emacs works just as well if you're familiar with them.
First, quit Firefox. In your home directory, open Application Support/Firefox/Profiles/<random bunch of letters and numbers>/extensions/{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}/components/nsAdblockPlus.js
Alternatively, you may be able to do a spotlight search for nsAdblockPlus.js.
In this file search for lines containing (no quotes) "unknown interface". Those lines should begin with dump. Prefix the dump with //. Save the file, and you should be set.
Today I found out that Adblock Plus for Firefox was spamming Console (/Applications/Utilities/Console) with a pile of messages like
Adblock Plus: FakeController.QI to an unknown interface: {47b82b60-a36f-4167-8072-6f421151ed50}
, which makes it really difficult to find any real messages.The fix, fortunately, is easy. You need a text editor like Text Wrangler. From the command line, vim or emacs works just as well if you're familiar with them.
First, quit Firefox. In your home directory, open Application Support/Firefox/Profiles/<random bunch of letters and numbers>/extensions/{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}/components/nsAdblockPlus.js
Alternatively, you may be able to do a spotlight search for nsAdblockPlus.js.
In this file search for lines containing (no quotes) "unknown interface". Those lines should begin with dump. Prefix the dump with //. Save the file, and you should be set.