I search an option to deaktivate AdBlock Plus in my favorite

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
Urgixgax

I search an option to deaktivate AdBlock Plus in my favorite

Post 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 ...
User avatar
pirlouy
Posts: 332
Joined: Sat Jun 10, 2006 2:33 pm
Location: France

Post 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.
Urgixgax

Post 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.
User avatar
pirlouy
Posts: 332
Joined: Sat Jun 10, 2006 2:33 pm
Location: France

Post 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
Urgixgax

Post 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.
Wladimir Palant

Post 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.
Urgixgax

Post 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.
User avatar
Peng
Posts: 518
Joined: Fri Jun 09, 2006 8:14 pm
Location: Central Florida
Contact:

Post 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.
Last edited by Peng on Thu Dec 14, 2006 3:46 pm, edited 1 time in total.
Matt Nordhoff
Wladimir Palant

Post by Wladimir Palant »

Urgixgax

Post by Urgixgax »

Hi!

Thanks for Your great work.

I have use it and it is realy easy.

Best Thanks.
Locked