Page 1 of 1

I search an option to deaktivate AdBlock Plus in my favorite

Posted: Sun Aug 06, 2006 9:34 am
by Urgixgax
Howdy!

It is possible, to deaktivate Adblock Plus, in my saved Favorites?

MfG, Urgixgax.

... sorry for my bad english, but my language is german only ...

Posted: Sun Aug 06, 2006 5:49 pm
by pirlouy
You have to white-list all bookmarks you want to see ads.

So no, you can't disable AB+ for your bookmarks directly.

Posted: Sun Aug 06, 2006 10:09 pm
by Urgixgax
Thanks for your ancer.

I do this individually bookmark for bookmark?
Can i use a txt-File and how must the file be developed?

MfG, Urgixgax.

Posted: Tue Aug 08, 2006 12:06 am
by pirlouy
No, you can't use a txt file.

But... Do you want to white-liste 300 bookmarks ?

Anyhow the feature you ask (white-list all sites from bookmars.html) does not exist.
Maybe, Wladimir P. will think it's a good idea... I prefer let him judge. :P

Posted: Tue Aug 08, 2006 1:02 pm
by Urgixgax
Hi!

I don't have 300 bookmarks ... maybe 70.

I think, "white-list all sites from bookmars.html", is a good idea.

MfG, Urgixgax.

Posted: Tue Aug 08, 2006 3:45 pm
by Wladimir Palant
I can put up a simple Perl script to do this (take bookmarks.html and convert it into an Adblock filters list) but making this a feature of the extension would certainly be an overkill.

Posted: Tue Aug 08, 2006 11:59 pm
by Urgixgax
Hi!

The simple Perl script (take bookmarks.html and convert it into an Adblock filters list) its a great idea too. If you make it, how can i find it?

MfG, Urgixgax.

Posted: Mon Aug 14, 2006 12:45 am
by Peng
Here's an undocumented, usage message-less Python script that you can save (changing the file extension to .py) and use:

http://www.mattnordhoff.com/junk/bookmarkurls.pys

You'd run it like:

Code: Select all

$ ./bookmarkurls.py -a /path/to/bookmarks.html
or:

Code: Select all

$ python bookmarkurls.py -a /path/to/bookmarks.html
Without the -a flag, it just outputs the list, not in the Adblock format.

I don't feel like figuring out how to make a script I can put on my website that lets you upload bookmarks.html and outputs the results. :P

It's only tested with Python 2.3.5 on Linux, but it should work elsewhere.

Posted: Sat Aug 19, 2006 11:29 pm
by Wladimir Palant

Posted: Sun Aug 27, 2006 12:36 am
by Urgixgax
Hi!

Thanks for Your great work.

I have use it and it is realy easy.

Best Thanks.