Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Applications > Chimera-ad blocking Vote for this bug!

Chimera-ad blocking Vote for this bug!
Thread Tools
yuriwho
Dedicated MacNNer
Join Date: Oct 2000
Location: WI, USA
Status: Offline
Reply With Quote
Nov 23, 2002, 05:18 PM
 
It seems that a fix has been submitted to add image blocking features into chimera. Both a prefpane (see below) and a contextual menu item (requires patching and building the source) have be submitted to the project by Prachi Gauriar. It seems that the project maintainers think this feature is too complex for incorporation into the main tree.

I encourage all like minded souls to register with bugzilla and vote for bug #155315 . This is the main feature I want to see added to chimera. If you dont vote for it, it probably wont get added. (disclaimer: I haven't read all the mailing list discussions about this but the bug comments indicate this is the case).

Below are instructions for adding the prefpane to chimera that was posted to the bug comments.

Cheers,

Y
_______

Chimera bug 155315

Hey everyone. I've created an Images preference pane for Chimera that
allows you to block images. It's currently been submitted for bug 155315
<http://bugzilla.mozilla.org/show_bug.cgi?id=155315>. The important thing
is that I'd like some of you to test it, so I've posted it to my
website, and you all can apply the prefpane to your current build of
Chimera.

Here's what you need to do if you're interested:

Download the file from here: http://comp.uark.edu/~pgauria/ImagesPrefPane.tar.gz
Extract the files from that archive using StuffIt Expander or your
favorite utility. The archive contains one folder called
"Images.prefPane".

Make sure Chimera isn't running. Go to the Finder and ctrl-click on
Navigator.app. Choose "Show Package Contents" from the contextual menu.
This will bring up a window with the folder Contents in it. Navigate to
Contents/PreferencePanes/ and copy Images.prefPane in there.

Then, go to Contents/Resources/ and find the file named
MVPreferencePaneDefaults.plist. Open this file with TextEdit (or your
favorite text editor), and add the following line between
"org.mozilla.chimera.preference.appearance," and
"org.mozilla.chimera.preference.privacy,"

"org.mozilla.chimera.preference.images,"

(without quotes, of course). So when you're done,
MVPreferencePaneDefaults.plist should look like this:

( org.mozilla.chimera.preference.navigation,
org.mozilla.chimera.preference.appearance,
org.mozilla.chimera.preference.images,
org.mozilla.chimera.preference.privacy,
org.mozilla.chimera.preference.security,
org.mozilla.chimera.preference.webfeatures
)

Save the file and close it. Now open the file
Contents/Resources/MVPreferencePaneGroups.plist. Add the following line
between "org.mozilla.chimera.preference.appearance," and
"org.mozilla.chimera.preference.webfeatures"

"org.mozilla.chimera.preference.images,"

(again, without quotes). So when you're done,
MVPreferencePaneGroups.plist should look like this:

(
{
identifier = general;
panes = (
org.mozilla.chimera.preference.navigation,
org.mozilla.chimera.preference.appearance,
org.mozilla.chimera.preference.images,
org.mozilla.chimera.preference.webfeatures
);
},
{
identifier = security;
panes = (
org.mozilla.chimera.preference.privacy,
org.mozilla.chimera.preference.security,
);
}
)

Save the file and close it. Now you're done. Start up Navigator and you
should now see the Images pref pane in your Preferences window. Test it.
If you like it, email me. If you hate it, email me. I'd like to gauge
interest in this feature so that I can gather some data as to whether
the UI (or the feature itself) is too complex for the normal Chimera
installation.

Also, if you find a bug or have trouble installing it, email me.

Prachi Gauriar
______________________
     
unlinear
Dedicated MacNNer
Join Date: Sep 2000
Location: Chicago, IL
Status: Offline
Reply With Quote
Nov 23, 2002, 06:46 PM
 
voted and i'm installing the prefpane right now.

this needs to be in the main build.
     
AKcrab
Moderator Emeritus
Join Date: Apr 2001
Location: Wasilla, Alaska
Status: Offline
Reply With Quote
Nov 23, 2002, 06:52 PM
 
I installed it, simple enough procedure. It is fine, but without the CM portion, it is not really "handy". I can't see why they wouldn't put it in, since it's apparently done.
     
unlinear
Dedicated MacNNer
Join Date: Sep 2000
Location: Chicago, IL
Status: Offline
Reply With Quote
Nov 23, 2002, 07:14 PM
 
i followed the instructions, and it doesn't seem to be doing much of anything.
added a big list of sites to block, and it's still showing them.
     
yuriwho  (op)
Dedicated MacNNer
Join Date: Oct 2000
Location: WI, USA
Status: Offline
Reply With Quote
Nov 23, 2002, 07:25 PM
 
Seems to be working for me here. I'm using last night's nightly.

I agree, without the contextual menu, it's only so useful. And it would be a pain to add the diffs to a recent nightly and build it from scratch. If we can get enough people to vote, they may listen and start including it in the main tree. If any manages to build a working version please post a link to the binary.

Y
     
ambush
Banned
Join Date: Apr 2002
Location: -
Status: Offline
Reply With Quote
Nov 23, 2002, 07:59 PM
 
It'd be useful to have a big list of known ad / junk servers..
     
unlinear
Dedicated MacNNer
Join Date: Sep 2000
Location: Chicago, IL
Status: Offline
Reply With Quote
Nov 23, 2002, 09:03 PM
 
get this file:

http://www.deftone.com/blogzilla/misc/cookperm.txt

close chimera, drop the file in your preferences dir (chimera uses the same file format as moz; the file was for moz).

i'm gonna try switching to the latest nightly.
     
unlinear
Dedicated MacNNer
Join Date: Sep 2000
Location: Chicago, IL
Status: Offline
Reply With Quote
Nov 23, 2002, 09:30 PM
 
..i'm on the latest build, and i'm still seeing most (all?) ads.

what's a good site to test this on?
     
unlinear
Dedicated MacNNer
Join Date: Sep 2000
Location: Chicago, IL
Status: Offline
Reply With Quote
Nov 23, 2002, 09:37 PM
 
okay, figured it out.

news.com was using a script that grabs images from other servers, to fake banner blockers.

fixed it..

this rules.
     
yuriwho  (op)
Dedicated MacNNer
Join Date: Oct 2000
Location: WI, USA
Status: Offline
Reply With Quote
Nov 23, 2002, 09:57 PM
 
Thanks for the link to the file, I am now bannner free with a few additional sites added. Still, the contextual menu item would be nice and save me some time each time I have to add a server to the blocking list.

Y

Originally posted by unlinear:
get this file:

http://www.deftone.com/blogzilla/misc/cookperm.txt

close chimera, drop the file in your preferences dir (chimera uses the same file format as moz; the file was for moz).

i'm gonna try switching to the latest nightly.
     
   
 
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Top
Privacy Policy
All times are GMT -4. The time now is 03:37 PM.
All contents of these forums © 1995-2017 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.8 © 2000-2017, Jelsoft Enterprises Ltd.,